diff options
Diffstat (limited to 'xc/config/cf/DGUX.cf')
-rw-r--r-- | xc/config/cf/DGUX.cf | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/xc/config/cf/DGUX.cf b/xc/config/cf/DGUX.cf index 16bc13285..b383099ee 100644 --- a/xc/config/cf/DGUX.cf +++ b/xc/config/cf/DGUX.cf @@ -1,4 +1,4 @@ -XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.4 1998/12/29 13:00:46 dawes Exp $ +XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.5 2000/07/07 20:06:56 tsi Exp $ /* Copyright Takis Psarogiannakopoulos <takis@pmms.cam.ac.uk> * This is the DG/ux configuration file of X11R6.3 */ @@ -66,9 +66,6 @@ XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.4 1998/12/29 13:00:46 dawes #define HasSockets YES #define BuildServer YES #define HasSharedLibraries YES /* to build shared libs */ -#define HasGcc YES -#define HasGcc2 YES -#define HasGcc2ForCplusplus YES #define HasCplusplus YES #define HasGnuMake YES /* Added for 3.2Xc */ #define UseGnuMalloc YES @@ -91,13 +88,6 @@ XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.4 1998/12/29 13:00:46 dawes #define StandardDefines -DDGUX -DSVR4 -Di386 -D__ix86 -D_DGUX_SOURCE -D_LITTLE_ENDIAN -D_PENTIUM_CHANGE -#ifndef HasGcc2 -#define HasGcc2 YES /* We suppose that your DG/ux has gcc-dg.2.7.2.88 */ -#endif /* Do NOT use native DG/ux gcc, it is faulty in general */ -#ifndef HasGcc -#define HasGcc HasGcc2 -#endif - #define PositionIndependentCFlags -fpic #define PositionIndependentCplusplusFlags -fpic @@ -182,7 +172,7 @@ XCOMM platform: $XFree86: xc/config/cf/DGUX.cf,v 1.4 1998/12/29 13:00:46 dawes #endif #ifndef StaticLibrary -#if !HasGcc +#ifndef HasGcc #define StaticLibrary(libpath,libname) -B static Concat(-L,libpath) Concat(-l,libname) -B dynamic #endif #endif |