diff options
author | Steve Chamberlain <sac@gnu.org> | 1993-05-04 15:22:36 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@gnu.org> | 1993-05-04 15:22:36 +0000 |
commit | 77cb83306cc03794a739dcf191e23b7fb55d36aa (patch) | |
tree | 564e9e3e455e7fa3d7c64589f01fd3a4ef2f86ff /gcc/config/sh | |
parent | a9f71ad8db46abada800399889b8e5fc9e024026 (diff) | |
download | gcc-77cb83306cc03794a739dcf191e23b7fb55d36aa.zip gcc-77cb83306cc03794a739dcf191e23b7fb55d36aa.tar.gz gcc-77cb83306cc03794a739dcf191e23b7fb55d36aa.tar.bz2 |
Build all languages.
From-SVN: r4322
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/t-sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 54c780b..924edd0 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -1,8 +1,6 @@ LIBGCC1 = libgcc1.null T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc LIBGCC2_CFLAGS=-g -fno-omit-frame-pointer -O2 $(GCC_CFLAGS) -LANGUAGES=c -COMPILERS=cc1 # These are really part of libgcc1, but this will cause them to be # built correctly, so... [taken from t-ose68k] |