aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in5
2 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 58ea0e2476b..9807cd45f3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-04-26 Dan Nicolaescu <dann@ics.uci.edu> 12010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in (LIBS_MACHINE): Remove, unused.
4
3 Use autoconf instead of cpp for LIB_MATH. 5 Use autoconf instead of cpp for LIB_MATH.
4 * s/darwin.h (LIB_MATH): Do not define here, move to configure. 6 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
5 * s/cygwin.h (LIB_MATH): Likewise. 7 * s/cygwin.h (LIB_MATH): Likewise.
diff --git a/src/Makefile.in b/src/Makefile.in
index 14fe29cf482..d27794793b6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,11 +170,6 @@ DEPFLAGS = -MMD -MF deps/$*.d
170#define LIBS_SYSTEM 170#define LIBS_SYSTEM
171#endif 171#endif
172 172
173/* Some m/MACHINE.h files define this to request special libraries. */
174#ifndef LIBS_MACHINE
175#define LIBS_MACHINE
176#endif
177
178/* Some s/SYSTEM.h files define this to request special switches in ld. */ 173/* Some s/SYSTEM.h files define this to request special switches in ld. */
179#ifndef LD_SWITCH_SYSTEM 174#ifndef LD_SWITCH_SYSTEM
180#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF))) 175#if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))