From bb158d9e58e63f0e118c92de938ffcb6008ea643 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 26 Aug 2004 06:32:53 +0000 Subject: mipseb configuration for GCC "crtstuff". --- gnu/lib/crtstuff3/arch/mipseb.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnu/lib/crtstuff3/arch/mipseb.mk (limited to 'gnu/lib') diff --git a/gnu/lib/crtstuff3/arch/mipseb.mk b/gnu/lib/crtstuff3/arch/mipseb.mk new file mode 100644 index 00000000000..0f3705e9926 --- /dev/null +++ b/gnu/lib/crtstuff3/arch/mipseb.mk @@ -0,0 +1,9 @@ +# This file is automatically generated. DO NOT EDIT! +# Generated from: NetBSD: mknative-gcc,v 1.14 2004/08/24 20:24:43 thorpej Exp +# +G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include +G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/config -I${GNUHOSTDIST}/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss +G_CRTSTUFF_T_CFLAGS=-fPIC +G_tm_defines=NETBSD_ENABLE_PTHREADS +G_xm_file=ansidecl.h elfos.h mips/mips.h mips/netbsd.h defaults.h +G_xm_defines=POSIX -- cgit