OSDN Git Service

Set TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Apr 1997 21:51:13 +0000 (21:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Apr 1997 21:51:13 +0000 (21:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13954 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/t-ecoff

index 1b0d317..067a055 100644 (file)
@@ -11,7 +11,7 @@ CROSS_LIBGCC1 =
 
 # We must build libgcc2.a with -G 0, in case the user wants to link
 # without the $gp register.
 
 # We must build libgcc2.a with -G 0, in case the user wants to link
 # without the $gp register.
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g1 -G 0
+TARGET_LIBGCC2_CFLAGS = -G 0
 
 # These are really part of libgcc1, but this will cause them to be
 # built correctly, so... [taken from t-sparclite]
 
 # These are really part of libgcc1, but this will cause them to be
 # built correctly, so... [taken from t-sparclite]