diff options
author | Richard Stallman <rms@gnu.org> | 1992-01-18 06:45:54 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-01-18 06:45:54 +0000 |
commit | 88be4875037900871b8a33af1c9994e1669e7ac0 (patch) | |
tree | fa51fe540a90350760c180834c74f5907b67dbdc | |
parent | 00740732c4e759f6efc14c72426689fbe6bf0935 (diff) | |
download | gcc-88be4875037900871b8a33af1c9994e1669e7ac0.zip gcc-88be4875037900871b8a33af1c9994e1669e7ac0.tar.gz gcc-88be4875037900871b8a33af1c9994e1669e7ac0.tar.bz2 |
Initial revision
From-SVN: r210
-rw-r--r-- | gcc/config/m68k/t-next | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-next b/gcc/config/m68k/t-next new file mode 100644 index 0000000..ed6a715 --- /dev/null +++ b/gcc/config/m68k/t-next @@ -0,0 +1,2 @@ +# libgcc1.c is not needed, since the standard library has these functions. +LIBGCC= |