diff options
author | Stan Cox <coxs@gnu.org> | 1995-12-18 17:21:19 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1995-12-18 17:21:19 +0000 |
commit | 0de019d046a406886dbbf7734f73e739dfb26882 (patch) | |
tree | 1e3a03fcc75a499c4ce1db4f2e5ac2fa0de52c25 | |
parent | 7e6c08644d1e3b027d68a15717b44cc6f0e0ff7b (diff) | |
download | gcc-0de019d046a406886dbbf7734f73e739dfb26882.zip gcc-0de019d046a406886dbbf7734f73e739dfb26882.tar.gz gcc-0de019d046a406886dbbf7734f73e739dfb26882.tar.bz2 |
(GCC_FOR_TARGET, T_CFLAGS): New macros.
From-SVN: r10797
-rw-r--r-- | gcc/config/m88k/t-dgux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m88k/t-dgux b/gcc/config/m88k/t-dgux index 594d9a0..a386d15 100644 --- a/gcc/config/m88k/t-dgux +++ b/gcc/config/m88k/t-dgux @@ -21,3 +21,8 @@ bcscrtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) -DCRT_BEGIN -DBCS \ -finhibit-size-directive -fno-inline-functions \ -g0 -c $(srcdir)/crtstuff.c -o bcscrtbegin.o + +# 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 |