config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Fri, 17 Oct 2003 11:22:58 +0000 (11:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 17 Oct 2003 11:22:58 +0000 (11:22 +0000)
* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.

libobjc:
* Makefile.in (runtime-info.h): Use MULTIFLAGS.

From-SVN: r72598

ChangeLog
config-ml.in
libobjc/ChangeLog
libobjc/Makefile.in

index 941b9baf82ec384a68ebd6253e53e7447554dc2d..97288ba4e360d7ca1b256d120ce6cc9699b4e6f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
+
 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
 
        * MAINTAINERS: Add myself to 'Write After Approval' section.
index 06752b7a67dab0c7f7d4b62103bb71f1fa8ef42b..fb9e050b149e45e069b7da1016f7fbf15dc15aee 100644 (file)
@@ -553,6 +553,7 @@ multi-do:
                                LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
                                LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
                                LDFLAGS="$(LDFLAGS) $${flags}" \
+                               MULTIFLAGS="$${flags}" \
                                DESTDIR="$(DESTDIR)" \
                                INSTALL="$(INSTALL)" \
                                INSTALL_DATA="$(INSTALL_DATA)" \
index b0d08efb15607fea201ff84256f81151373689b1..b7226be1c69e94888130c60592d74fd9bed21847 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.in (runtime-info.h): Use MULTIFLAGS.
+
 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
 
        * configure: Regenerate.
index aea1e2ce32b7ca3b75983feb5ca3f80902f2b43c..858946982228e5fb0ec851d47eb2d0b651c58ecc 100644 (file)
@@ -1,5 +1,6 @@
-#Makefile for GNU Objective C runtime library.
-#Copyright (C) 1993, 95-98, 1999, 2001 Free Software Foundation, Inc.
+# Makefile for GNU Objective C runtime library.
+# Copyright (C) 1993, 95-98, 1999, 2001, 2002, 2003
+# Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -162,7 +163,7 @@ OBJS_GC = archive_gc.lo class_gc.lo encoding_gc.lo gc_gc.lo hash_gc.lo \
 runtime-info.h: 
        echo "" > tmp-runtime
        echo "/* This file is automatically generated */" > $@
-       $(CC1OBJ) -print-objc-runtime-info tmp-runtime >> $@
+       $(CC1OBJ) $(MULTIFLAGS) -print-objc-runtime-info tmp-runtime >> $@
        rm -f tmp-runtime
 
 archive_gc.lo: archive.c