projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d59506
)
Set TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
author
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 21 Apr 1997 21:51:13 +0000
(14:51 -0700)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Mon, 21 Apr 1997 21:51:13 +0000
(14:51 -0700)
From-SVN: r13954
gcc/config/mips/t-ecoff
patch
|
blob
|
history
diff --git
a/gcc/config/mips/t-ecoff
b/gcc/config/mips/t-ecoff
index 1b0d31702a7a9ec32393ee6d845c8e5dd11f3aea..067a0558c8ad8bdbd17675f97fe78c7f9f614a99 100644
(file)
--- 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]