diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-12 07:49:25 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-12 07:49:25 -0500 |
commit | 72271569cd6b5c1beff7b37845f78fb379ebbcc4 (patch) | |
tree | c2e03b13f01f1ac5ae75acf894a85a0b5c4660e3 | |
parent | 579d0ecff52de4a924cb99db205f02b2b7ef5b9b (diff) | |
download | gcc-72271569cd6b5c1beff7b37845f78fb379ebbcc4.zip gcc-72271569cd6b5c1beff7b37845f78fb379ebbcc4.tar.gz gcc-72271569cd6b5c1beff7b37845f78fb379ebbcc4.tar.bz2 |
Delete null LIB2FUNCS_EXTRA.
From-SVN: r6217
-rw-r--r-- | gcc/config/h8300/t-h8300 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index 912fb57..90130ff 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -3,4 +3,3 @@ CROSS_LIBGCC1 = libgcc1.null T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP # we do not have DF or DI types, so fake out the libgcc2 compilation LIBGCC2_CFLAGS=-O -DDF=SF -DDI=SI $(GCC_CFLAGS) -LIB2FUNCS_EXTRA = |