diff options
author | Stan Cox <coxs@gnu.org> | 1995-12-18 17:22:25 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1995-12-18 17:22:25 +0000 |
commit | 24bd20c2e111f11dfe9b94472d8f4620d5e5b739 (patch) | |
tree | f70bfb2632ae3d49309397f29aaf60d01a173893 | |
parent | 0de019d046a406886dbbf7734f73e739dfb26882 (diff) | |
download | gcc-24bd20c2e111f11dfe9b94472d8f4620d5e5b739.zip gcc-24bd20c2e111f11dfe9b94472d8f4620d5e5b739.tar.gz gcc-24bd20c2e111f11dfe9b94472d8f4620d5e5b739.tar.bz2 |
(GCC_FOR_TARGET, X_CFLAGS): Removed.
From-SVN: r10798
-rw-r--r-- | gcc/config/m88k/x-dgux | 5 | ||||
-rw-r--r-- | gcc/config/m88k/x-dguxbcs | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config/m88k/x-dgux b/gcc/config/m88k/x-dgux index 6636711..8495b8d 100644 --- a/gcc/config/m88k/x-dgux +++ b/gcc/config/m88k/x-dgux @@ -1,8 +1,5 @@ -CC = /bin/gcc -# 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 +CC = gcc BISONFLAGS = -l -X_CFLAGS = -O -mstandard -mlegend INSTALL_HEADERS = STMP_FIXPROTO = diff --git a/gcc/config/m88k/x-dguxbcs b/gcc/config/m88k/x-dguxbcs index e49dbcf..8495b8d 100644 --- a/gcc/config/m88k/x-dguxbcs +++ b/gcc/config/m88k/x-dguxbcs @@ -1,8 +1,5 @@ -CC = /bin/gcc -# 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 +CC = gcc BISONFLAGS = -l -X_CFLAGS = -D_M88KBCS_TARGET INSTALL_HEADERS = STMP_FIXPROTO = |