summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-31 01:58:58 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-10-31 01:58:58 +0000
commit3687915efedf9bb948c6eb5f5e3b5e4296bc0ddf (patch)
treea8a827b40c22560eafefae9a198bca1ca52dea90 /sys/arch/hppa
parentac843c2a4ff0b398580b042df86b9322d9354e74 (diff)
warn commons instead of generating a map file (was there for debugging)
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa
index 6d3fe1803c4..21ba046c54b 100644
--- a/sys/arch/hppa/conf/Makefile.hppa
+++ b/sys/arch/hppa/conf/Makefile.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa,v 1.21 2003/07/22 19:39:50 otto Exp $
+# $OpenBSD: Makefile.hppa,v 1.22 2003/10/31 01:58:57 mickey Exp $
# Makefile for OpenBSD
#
@@ -43,7 +43,7 @@ CMACHFLAGS= -mfast-indirect-calls -mportable-runtime -mno-space-regs \
COPTS?= -Os
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS= -X -T ${HPPA}/conf/ld.script -Ttext 80000 -Map bsd.map
+LINKFLAGS= -X -T ${HPPA}/conf/ld.script -Ttext 80000 --warn-common
STRIPFLAGS= -g -x
.if ${IDENT:M-DDDB} != ""