summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-08-11 23:04:11 +0000
committerart <art@openbsd.org>2002-08-11 23:04:11 +0000
commit6b67d752a35f648c23d9b1d5febdb8cf44ac8c85 (patch)
treeb063fe08a3cb1738e400e86583adf857235f64e7
parentTwo touches to make this work with ELF. (diff)
downloadwireguard-openbsd-6b67d752a35f648c23d9b1d5febdb8cf44ac8c85.tar.xz
wireguard-openbsd-6b67d752a35f648c23d9b1d5febdb8cf44ac8c85.zip
Change to ELF-style linking.
-rw-r--r--sys/arch/sparc/conf/Makefile.sparc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc
index f9b2e51374b..0a0f1d15007 100644
--- a/sys/arch/sparc/conf/Makefile.sparc
+++ b/sys/arch/sparc/conf/Makefile.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc,v 1.23 2002/08/09 20:24:43 miod Exp $
+# $OpenBSD: Makefile.sparc,v 1.24 2002/08/11 23:04:11 art Exp $
# $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $
# Makefile for OpenBSD
@@ -54,7 +54,7 @@ CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
# add `-mno-fpu' to work around gcc (last noticed in v2.7.2) bug
CFLAGS+= -mno-fpu
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS= -N -p -Ttext F8004000 -e start
+LINKFLAGS= -n -e start -Ttext F8004000
STRIPFLAGS= -d
HOSTCC= ${CC}