summaryrefslogtreecommitdiffstats
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-07-01 18:02:30 +0000
committerDJ Delorie <dj@redhat.com>2002-07-01 18:02:30 +0000
commitb39b76b8b5e25817d823611982a8b283336adadf (patch)
tree588957e3800521c549c613f17405cb56fa1db5e0 /libiberty/Makefile.in
parent179d3252e3ee882c6c4127d291403b85727e5173 (diff)
downloadppe42-binutils-b39b76b8b5e25817d823611982a8b283336adadf.tar.gz
ppe42-binutils-b39b76b8b5e25817d823611982a8b283336adadf.zip
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 60189725e1..5a25987d58 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -52,6 +52,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
+# Some compilers can't handle cc -c blah.c -o foo/blah.o.
+OUTPUT_OPTION = @OUTPUT_OPTION@
+
AR = @AR@
AR_FLAGS = rc
@@ -117,7 +120,7 @@ COMPILE.c = $(CC) -c @DEFS@ $(LIBCFLAGS) -I. -I$(INCDIR) $(HDEFINES) @ac_libiber
if [ x"$(PICFLAG)" != x ]; then \
$(COMPILE.c) $(PICFLAG) $< -o pic/$@; \
else true; fi
- $(COMPILE.c) $<
+ $(COMPILE.c) $< $(OUTPUT_OPTION)
# NOTE: If you add new files to the library, add them to this list
# (alphabetical), and add them to REQUIRED_OFILES, or
OpenPOWER on IntegriCloud