diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 15:11:28 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 15:11:28 +0000 |
commit | d29b644d72e36e14d4367acc821cf3b66e4adf9f (patch) | |
tree | 98bf8aa7301ba6d73ed5cf6749350217a5a5b1c2 /gcc/config/iq2000 | |
parent | 2c5d2e3966908b338ac3357dba79f3a360452c66 (diff) | |
download | gcc-d29b644d72e36e14d4367acc821cf3b66e4adf9f.tar.gz |
* config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164752 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/iq2000')
-rw-r--r-- | gcc/config/iq2000/t-iq2000 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/iq2000/t-iq2000 b/gcc/config/iq2000/t-iq2000 index e7de5165ea8..487b9fcfea1 100644 --- a/gcc/config/iq2000/t-iq2000 +++ b/gcc/config/iq2000/t-iq2000 @@ -21,10 +21,6 @@ LIBGCC1 = CROSS_LIBGCC1 = -# We must build libgcc2.a with -G 0, in case the user wants to link -# without the $gp register. -TARGET_LIBGCC2_CFLAGS = -G 0 - LIB2FUNCS_EXTRA = $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c $(srcdir)/config/udivmodsi4.c $(srcdir)/config/iq2000/lib2extra-funcs.c # We want fine grained libraries, so use the new code to build the |