diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-28 00:18:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-28 00:18:03 +0000 |
commit | 92dab6c6e30a4063482220946ec63596380d2cbd (patch) | |
tree | 1e192b8abab7762d5bdcdf40cd54dd9b09ad55ad /gcc/config/h8300 | |
parent | e9043ba23a7fafc1b3a39213b2514e70294acd96 (diff) | |
download | gcc-92dab6c6e30a4063482220946ec63596380d2cbd.tar.gz |
* t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
* t-mn10200: Ditto.
* t-vxsparc: Ditto.
* t-vxworks68: Ditto.
* t-vxworks960: Ditto.
* t-vx29k: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/t-h8300 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index 236ebccc8c4..f7536b5383f 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -3,7 +3,7 @@ LIB1ASMSRC = h8300/lib1funcs.asm LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 # We do not have DF or DI types, so fake out the libgcc2 compilation. -LIBGCC2_CFLAGS = -g -O2 -DDF=SF -DDI=SI $(GCC_CFLAGS) $(LIBGCC2_INCLUDES) +TARGET_LIBGCC2_CFLAGS = -DDF=SF -DDI=SI LIB2FUNCS_EXTRA = fp-bit.c |