diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-28 15:17:18 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-28 15:17:18 +0000 |
commit | 08e8b449f9ec990422c22719f64ecbc3b85ae169 (patch) | |
tree | cb972471673f128a5d57f6341162c961003e2483 /gcc/config/rs6000/t-ppcgas | |
parent | 9cc638ff32185677c72ba625070ee29d4c35ce53 (diff) | |
download | gcc-08e8b449f9ec990422c22719f64ecbc3b85ae169.tar.gz |
Work with latest changes to Makefile; -fpic does not need a TOC area
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-ppcgas')
-rw-r--r-- | gcc/config/rs6000/t-ppcgas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index 719babc5024..a57bddb313c 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -105,7 +105,7 @@ stmp-crt-sub2: $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -c -o $(dir)/scrt0.o scrt0.c # Install multiple versions of ?crt[in].o -install-crt: stmp-crt install-dir install-multilib +install-crt: stmp-crt installdirs install-multilib for i in `$(GCC_FOR_TARGET) --print-multi-lib`; do \ dir=`echo $$i | sed -e 's/;.*$$//'`; \ flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ |