Skip to content

Commit

Permalink
* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
Browse files Browse the repository at this point in the history
	libobjc:
	* Makefile.in (runtime-info.h): Use MULTIFLAGS.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72598 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ro committed Oct 17, 2003
1 parent da9ff11 commit 61a0eea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand Down
4 changes: 4 additions & 0 deletions libobjc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 4 additions & 3 deletions libobjc/Makefile.in
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61a0eea

Please sign in to comment.