diff options
author | Stan Cox <coxs@gnu.org> | 1996-05-17 18:01:43 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-05-17 18:01:43 +0000 |
commit | 7023931ae4208ecfc67de1ef6f04c107f1a3908b (patch) | |
tree | 8499c6b9f08283abde57ff6392fd06b03c4ee5d9 | |
parent | 19a7047927e52f8513266e1326e7f78497e0a907 (diff) | |
download | gcc-7023931ae4208ecfc67de1ef6f04c107f1a3908b.zip gcc-7023931ae4208ecfc67de1ef6f04c107f1a3908b.tar.gz gcc-7023931ae4208ecfc67de1ef6f04c107f1a3908b.tar.bz2 |
(T_CFLAGS): Delete.
From-SVN: r12011
-rw-r--r-- | gcc/config/m88k/t-dgux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/m88k/t-dgux b/gcc/config/m88k/t-dgux index a386d15..cced6b1 100644 --- a/gcc/config/m88k/t-dgux +++ b/gcc/config/m88k/t-dgux @@ -24,5 +24,3 @@ bcscrtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h # Build libgcc.a, crtbegin.o, and crtend.o as bcs objects GCC_FOR_TARGET = PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET -mno-ocs-debug-info - -T_CFLAGS = -O -mstandard -mlegend |