]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_MACHINE_TEMACS): New macro (defaults empty).
authorKarl Heuer <kwzh@gnu.org>
Tue, 21 Oct 1997 02:59:21 +0000 (02:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 21 Oct 1997 02:59:21 +0000 (02:59 +0000)
(ALL_LDFLAGS): Use LD_SWITCH_MACHINE_TEMACS here.

src/Makefile.in

index 8156dd51893da41aae14b775f6add69b2b4e1006..819c37609ee48dfed830eed33f79375e7f8e1dfa 100644 (file)
@@ -155,6 +155,12 @@ CC = C_COMPILER
 #define LD_SWITCH_MACHINE
 #endif
 
+/* This holds special options for linking temacs
+   that should be used for linking anything else.  */
+#ifndef LD_SWITCH_MACHINE_TEMACS
+#define LD_SWITCH_MACHINE_TEMACS
+#endif
+
 /* Some m/MACHINE.h files define this to request special switches in cc.  */
 #ifndef C_SWITCH_MACHINE
 #define C_SWITCH_MACHINE
@@ -456,7 +462,7 @@ LD=ld
 #endif /* not ORDINARY_LINK */
 
 ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
-        LD_SWITCH_SITE $(LDFLAGS)
+        LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
 
 /* A macro which other sections of Makefile can redefine to munge the
    flags before they're passed to LD.  This is helpful if you have