[2579] in Release_Engineering

home help back first fref pref prev next nref lref last post

Zephyr changes for the PS/2

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sat Mar 16 11:34:48 1991

Date: Sat, 16 Mar 91 11:34:35 -0500
To: raeburn@MIT.EDU
Cc: rel-eng@MIT.EDU
From: Richard Basch <basch@MIT.EDU>


*** /tmp/,RCSt1026448	Sat Mar 16 11:33:48 1991
--- config/config.Imakefile	Tue Mar  5 10:48:06 1991
***************
*** 15,21 ****
  /* XXX BEGIN LIKELY SITE-SPECIFIC CONFIGURATION XXX */
  
  /* This should be set to the root of your Zephyr source tree */
! SRCTOP=/afs/athena.mit.edu/astaff/project/zephyr/src
  
  /* IMAKE names the command to be used to build Makefiles from
     Imakefiles.  If you have Imake installed somewhere else, 
--- 15,21 ----
  /* XXX BEGIN LIKELY SITE-SPECIFIC CONFIGURATION XXX */
  
  /* This should be set to the root of your Zephyr source tree */
! SRCTOP=$(BUILDTOP)
  
  /* IMAKE names the command to be used to build Makefiles from
     Imakefiles.  If you have Imake installed somewhere else, 
***************
*** 30,36 ****
  /* If the "flock" system call should not be used for some reason, put
     -DNO_FLOCK here.  */
  #ifdef _AIX
! GLOBALCDEFS= -D_BSD -DNO_FLOCK
  #else
  GLOBALCDEFS=
  #endif
--- 30,36 ----
  /* If the "flock" system call should not be used for some reason, put
     -DNO_FLOCK here.  */
  #ifdef _AIX
! GLOBALCDEFS= -D_BSD -DNO_FLOCK -DSTRCASE
  #else
  GLOBALCDEFS=
  #endif
***************
*** 100,106 ****
   *
   * This is ignored unless PROFILED_LIBS is defined.
   */
! #if defined (mips) || (defined (_AIX) && defined (i386))
  #define PROF_FLAG -p
  #else
  #define PROF_FLAG -pg
--- 100,106 ----
   *
   * This is ignored unless PROFILED_LIBS is defined.
   */
! #if defined (mips) || defined (_AIX)
  #define PROF_FLAG -p
  #else
  #define PROF_FLAG -pg
***************
*** 178,187 ****
   * library.  On most BSD systems, this is -C; on SysV-based systems, it
   * is -o.
   */
! #if defined(mips) && defined(ultrix)
! LINTLIBFLAG=-o
! #else
  LINTLIBFLAG=-C
  #endif
  
  /*
--- 178,187 ----
   * library.  On most BSD systems, this is -C; on SysV-based systems, it
   * is -o.
   */
! #if defined(ibm032) || (defined(vax) && !defined(ultrix))
  LINTLIBFLAG=-C
+ #else
+ LINTLIBFLAG=-o
  #endif
  
  /*
***************
*** 240,246 ****
  
  /* Linker flags for stripping out local symbols in library routines.  */
  LDSTRIPFLAGS= -x -r
! #if defined(_AIX) && defined (i386)
  LDPROFSTRIPFLAGS= $(LDSTRIPFLAGS)
  #else
  LDPROFSTRIPFLAGS= -X -r
--- 240,246 ----
  
  /* Linker flags for stripping out local symbols in library routines.  */
  LDSTRIPFLAGS= -x -r
! #if defined(_AIX)
  LDPROFSTRIPFLAGS= $(LDSTRIPFLAGS)
  #else
  LDPROFSTRIPFLAGS= -X -r
***************
*** 247,253 ****
  #endif
  
  /* Any libraries that will be needed by all program builds.  */
! #if defined(_AIX) && defined(i386)
  GLOBAL_SYSLIBS= -lbsd
  #else
  GLOBAL_SYSLIBS=
--- 247,253 ----
  #endif
  
  /* Any libraries that will be needed by all program builds.  */
! #if defined(_AIX)
  GLOBAL_SYSLIBS= -lbsd
  #else
  GLOBAL_SYSLIBS=

home help back first fref pref prev next nref lref last post