diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-05-27 11:56:46 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-05-27 11:56:46 +0000 |
commit | 2a48ac39a51e2cd041546dc0402a769135fe086f (patch) | |
tree | 230d625ac5167833409f40ba509c77431fe0c3d5 /sys | |
parent | bc256536b3299a36218efa412735c53d364d1f13 (diff) |
We no longer need -traditional-cpp for hppa.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 642a303de2c..bc004987f17 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.57 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.hppa,v 1.58 2010/05/27 11:56:45 jsing Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -36,7 +36,7 @@ CMACHFLAGS+= -fno-stack-protector COPTS?= -Os CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} -AFLAGS= -D_LOCORE -x assembler-with-cpp -traditional-cpp ${CMACHFLAGS} +AFLAGS= -D_LOCORE -x assembler-with-cpp ${CMACHFLAGS} LINKFLAGS= -X -T ${_machdir}/conf/ld.script -Ttext 80000 --warn-common STRIPFLAGS= -g -x |