t-ppccomm: Use -msdata=none for crtstuff.
* rs6000/t-ppccomm: Use -msdata=none for crtstuff. Should fix ctor/dtor problems on ppc-linux. From-SVN: r16107
This commit is contained in:
parent
92b968383e
commit
2d5b6dea25
@ -1,3 +1,7 @@
|
||||
Mon Oct 20 14:16:38 1997 Geoffrey KEATING <geoffk@ozemail.com.au>
|
||||
|
||||
* rs6000/t-ppccomm: Use -msdata=none for crtstuff.
|
||||
|
||||
Mon Oct 20 02:00:18 1997 Klaus Kaempf <kkaempf@progis.de>
|
||||
Jeff Law <law@cygnus.com>
|
||||
Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
@ -67,3 +67,7 @@ $(T)scrtn$(objext): scrtn.S
|
||||
|
||||
$(T)scrt0$(objext): scrt0.c
|
||||
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -c scrt0.c -o $(T)scrt0$(objext)
|
||||
|
||||
# It is important that crtbegin.o, etc., aren't surprised by stuff in .sdata.
|
||||
CRTSTUFF_T_CFLAGS = -msdata=none
|
||||
CRTSTUFF_T_CFLAGS_S = -fpic -msdata=none
|
||||
|
Loading…
Reference in New Issue
Block a user