comparison src/m/luna88k.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
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
86 86
87 #define C_COMPILER gcc 87 #define C_COMPILER gcc
88 88
89 #define LOAD_AVE_MACH 89 #define LOAD_AVE_MACH
90 90
91 #define LIBS_MACHINE -lmach 91 #define LIBS_MACHINE "-lmach"
92 92
93 #define LIB_X11_LIB -L/usr/lib/X11 -lX11 -lXwchar 93 #define LIB_X11_LIB "-L/usr/lib/X11 -lX11 -lXwchar"
94 94
95 #define CRT0_COMPILE cc -c -O -Demacs $(ALL_CFLAGS) 95 #define CRT0_COMPILE "cc -c -O -Demacs $(ALL_CFLAGS)"