OSDN Git Service

Build all languages.
authorsac <sac@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 May 1993 15:22:36 +0000 (15:22 +0000)
committersac <sac@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 May 1993 15:22:36 +0000 (15:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4322 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/t-sh

index 54c780b..924edd0 100644 (file)
@@ -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]