diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2010-04-27 17:25:20 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2010-04-27 17:25:20 +0000 |
commit | 996c599edb827abd37f911f42afb154c28f1cc5d (patch) | |
tree | 0b104fbcc4c6a8b7ebbafeb954ab9017e0c4d3c7 /sys/arch/armish | |
parent | 147d62531a4c937c43d846e66b15dc926fb8d776 (diff) |
Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup,
INCLUDE= common.
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/Makefile.armish | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish index 48f2084053e..a6d28b69fae 100644 --- a/sys/arch/armish/conf/Makefile.armish +++ b/sys/arch/armish/conf/Makefile.armish @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armish,v 1.24 2010/04/27 16:50:14 jsg Exp $ +# $OpenBSD: Makefile.armish,v 1.25 2010/04/27 17:25:19 drahn Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -41,8 +41,6 @@ CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \ COPTS?= -O2 CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} AFLAGS= -x assembler-with-cpp -D_LOCORE ${CMACHFLAGS} -#LINKFLAGS= -Ttext 0xF0000020 -e start --warn-common -#LINKFLAGS= -T ${_machdir}/conf/kern.ldscript LINKFLAGS= -T ldscript LINKFLAGS+= --warn-common STRIPFLAGS= -g -X -x |