diff options
| author | mrg <mrg@NetBSD.org> | 2006-05-18 20:18:11 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-05-18 20:18:11 +0000 |
| commit | 657e5b49ad1fb46edd4db49259e2333f220b5ccc (patch) | |
| tree | b24e55a8af4419ae70d2086951209b3caa56fbf5 /gnu/lib | |
| parent | 4bacc0092a0bff6c191e5201882640d7c8aeca5a (diff) | |
GCC4 mknative files for arm (little endian)
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/crtstuff4/arch/arm.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/lib/crtstuff4/arch/arm.mk b/gnu/lib/crtstuff4/arch/arm.mk new file mode 100644 index 00000000000..29edc2eef80 --- /dev/null +++ b/gnu/lib/crtstuff4/arch/arm.mk @@ -0,0 +1,10 @@ +# This file is automatically generated. DO NOT EDIT! +# Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp +# and from: NetBSD: mknative.common,v 1.6 2006/05/15 21:01:42 mrg Exp +# +G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include +G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time +G_CRTSTUFF_T_CFLAGS=-fPIC +G_tm_defines=NETBSD_ENABLE_PTHREADS +G_xm_file= +G_xm_defines= |
