Mercurial > hg > xemacs-beta
diff src/m/ibmrt-aix.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 | a86b2b5e0111 |
line wrap: on
line diff
--- a/src/m/ibmrt-aix.h Mon Aug 13 09:42:28 2007 +0200 +++ b/src/m/ibmrt-aix.h Mon Aug 13 09:43:35 2007 +0200 @@ -112,22 +112,22 @@ /* Here override various assumptions in ymakefile */ /* On AIX 2.2.1, use these definitions instead -#define C_SWITCH_MACHINE -I/usr/include -Nn2000 -#define LIBS_MACHINE -lX -lrts +#define C_SWITCH_MACHINE "-I/usr/include -Nn2000" +#define LIBS_MACHINE "-lX -lrts" */ -#define C_SWITCH_MACHINE -I/usr/include -I/usr/include/bsd -Nn2000 -#define LIBS_MACHINE -lXMenu -lX -lsock -lbsd -lrts +#define C_SWITCH_MACHINE "-I/usr/include -I/usr/include/bsd -Nn2000" +#define LIBS_MACHINE "-lXMenu -lX -lsock -lbsd -lrts" -#define OBJECTS_MACHINE hftctl.o -#define START_FILES /lib/crt0.o +#define OBJECTS_MACHINE "hftctl.o" +#define START_FILES "/lib/crt0.o" /* -lXMenu, -lX must precede -lsock, -lbsd */ -#define LD_SWITCH_MACHINE -n -T0x10000000 -K -e start +#define LD_SWITCH_MACHINE "-n -T0x10000000 -K -e start" #if 0 /* I refuse to promulgate a recommendation that would make users unable to debug - RMS. */ /* delete the following line to foil optimization, enable debugging */ -#define C_DEBUG_SWITCH -O +#define C_DEBUG_SWITCH "-O" #endif