comparison src/s/cygwin.h @ 108119:beeec356b30f

Use autoconf instead of cpp for LIB_MATH. * s/darwin.h (LIB_MATH): Do not define here, move to configure. * s/cygwin.h (LIB_MATH): Likewise. * Makefile.in (LIB_MATH): Do not define with cpp. (LIBES): Use autoconf for LIB_MATH. * configure.in (LIB_MATH): New output variable. Set it for some systems.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Apr 2010 10:10:09 -0700
parents 783e1b7c827d
children 06c34f190db1
comparison
equal deleted inserted replaced
108118:769f66a9a7ef 108119:beeec356b30f
135 /* Don't link against static libgcc */ 135 /* Don't link against static libgcc */
136 #define LIB_GCC 136 #define LIB_GCC
137 137
138 /* Don't list system libs on link command line */ 138 /* Don't list system libs on link command line */
139 #define LIB_STANDARD 139 #define LIB_STANDARD
140 #define LIB_MATH
141 140
142 #define START_FILES ecrt0.o 141 #define START_FILES ecrt0.o
143 142
144 /* the end */ 143 /* the end */
145 144