diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1997-04-21 14:51:13 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-04-21 14:51:13 -0700 |
commit | 9ae69d8b9db7ebee2d232b46ea5b9e7524026851 (patch) | |
tree | 3de3d9ad93cad05ec9d90f1855901cd326ceb883 | |
parent | 5d595063ff7a2203d967ac9d10517f8e88bd13a7 (diff) | |
download | gcc-9ae69d8b9db7ebee2d232b46ea5b9e7524026851.zip gcc-9ae69d8b9db7ebee2d232b46ea5b9e7524026851.tar.gz gcc-9ae69d8b9db7ebee2d232b46ea5b9e7524026851.tar.bz2 |
Set TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
From-SVN: r13954
-rw-r--r-- | gcc/config/mips/t-ecoff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/t-ecoff b/gcc/config/mips/t-ecoff index 1b0d317..067a055 100644 --- a/gcc/config/mips/t-ecoff +++ b/gcc/config/mips/t-ecoff @@ -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. -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] |