Mercurial > hg > xemacs-beta
diff src/m/ibmrs6000.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | e45d5e7c476e |
line wrap: on
line diff
--- a/src/m/ibmrs6000.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/ibmrs6000.h Mon Aug 13 09:43:35 2007 +0200 @@ -37,7 +37,7 @@ #endif #ifndef UNEXEC -#define UNEXEC unexaix.o +#define UNEXEC "unexaix.o" #endif /* Define addresses, macros, change some setup for dump */ @@ -104,7 +104,7 @@ /* Here override various assumptions in ymakefile */ #ifdef AIXHFT -#define OBJECTS_MACHINE hftctl.o +#define OBJECTS_MACHINE "hftctl.o" #endif #ifndef USG5_4 @@ -116,16 +116,16 @@ /* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless on older versions of X where it happens to exist. */ #ifdef HAVE_LIBPTHREADS -#define LIBS_MACHINE -lrts -lIM -liconv -lpthreads +#define LIBS_MACHINE "-lrts -lIM -liconv -lpthreads" #else /* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ -#define LIBS_MACHINE -lrts -lIM -liconv +#define LIBS_MACHINE "-lrts -lIM -liconv" #endif #else #ifdef USG5_4 #define LIBS_MACHINE #else -#define LIBS_MACHINE -lIM +#define LIBS_MACHINE "-lIM" #endif #endif @@ -149,15 +149,15 @@ /* Avoid gcc 2.7.x collect2 bug by using /bin/ld instead. */ #if __GNUC__ == 2 && __GNUC_MINOR__ == 7 #ifdef AIX_SMT_EXP -#define LD_SWITCH_MACHINE -B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP +#define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP" #else -#define LD_SWITCH_MACHINE -B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp +#define LD_SWITCH_MACHINE "-B/bin/ -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp" #endif #else /* not gcc 2.7.x */ #ifdef AIX_SMT_EXP -#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP +#define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp,AIX_SMT_EXP" #else -#define LD_SWITCH_MACHINE -Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp +#define LD_SWITCH_MACHINE "-Wl,-bnso,-bnodelcsect,-bI:/lib/syscalls.exp,-bI:$(srcdir)/m/ibmrs6000.inp" #endif #endif /* __GNUC__ == 2 && __GNUC_MINOR__ == 7 */