comparison src/s/msdos.h @ 108507:ea7b1bab920f

Move LIB_GCC from cpp to configure. * configure.in (LIB_GCC): New output variable. * src/Makefile.in (LIB_GCC): Set using configure, not cpp. (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC. * src/m/arm.h (LIB_GCC) [GNU_LINUX]: * src/s/cygwin.h (LIB_GCC): * src/s/freebsd.h (LIB_GCC): * src/s/gnu-linux.h (LIB_GCC): * src/s/msdos.h (LIB_GCC): * src/s/netbsd.h (LIB_GCC): Move to configure. * msdos/sed1v2.inp (LIB_GCC): Edit to -Lgcc.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 May 2010 20:01:16 -0700
parents d89b565897dd
children f8e62c2bf3e9
comparison
equal deleted inserted replaced
108506:6fcaca6266ae 108507:ea7b1bab920f
93 #define _NAIVE_DOS_REGS 93 #define _NAIVE_DOS_REGS
94 94
95 #define ORDINARY_LINK 95 #define ORDINARY_LINK
96 96
97 /* command.com does not understand `...` so we define this. */ 97 /* command.com does not understand `...` so we define this. */
98 #define LIB_GCC -Lgcc
99 #define SEPCHAR ';' 98 #define SEPCHAR ';'
100 99
101 #define NULL_DEVICE "nul" 100 #define NULL_DEVICE "nul"
102 101
103 #define HAVE_INVERSE_HYPERBOLIC 102 #define HAVE_INVERSE_HYPERBOLIC