Commit 0de019d0 by Stan Cox

(GCC_FOR_TARGET, T_CFLAGS): New macros.

From-SVN: r10797
parent 7e6c0864
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment