diff options
author | 2003-01-17 20:43:45 +0000 | |
---|---|---|
committer | 2003-01-17 20:43:45 +0000 | |
commit | 347b2b433416de98b59a0932f3c5e7ae57db8a1e (patch) | |
tree | 856c70e19508507e7c5850dd42f32b9327154189 | |
parent | Change the GOT initialization so that it is done in a function which (diff) | |
download | wireguard-openbsd-347b2b433416de98b59a0932f3c5e7ae57db8a1e.tar.xz wireguard-openbsd-347b2b433416de98b59a0932f3c5e7ae57db8a1e.zip |
Build sparc64 kernels with the same options as other architectures.
Doesn't change how the kernel layout occurs, and is required for upcoming
binutils/ld change.
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index ae52a993d41..273eb6cd0ed 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -22,7 +22,7 @@ CMACHFLAGS= -Wa,-Av9a, -mno-fpu -fno-stack-protector CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-Av9a -LINKFLAGS= -n -Ttext 01000000 -Tdata 01800000 -e start +LINKFLAGS= -n -Ttext 01000000 -Tdata 01800000 -e start -N STRIPFLAGS= -g -X -x HOSTCC= ${CC} |