diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-01-17 20:43:46 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-01-17 20:43:46 +0000 |
commit | 2dd69e36ac9facfcacc4c30c34e093939131f7db (patch) | |
tree | beb76c503211fcf493154c5befc15a380bdfa9e3 /sys/arch/sparc64/conf | |
parent | 8f31d3896f9ba70060a40fb2aecee821f6466715 (diff) |
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.
Diffstat (limited to 'sys/arch/sparc64/conf')
-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} |