Module Name: src Committed By: christos Date: Sat Jan 4 20:18:50 UTC 2014
Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Removed Files: src/sys/arch/i386/stand/boot: boot.ldscript Log Message: undo the linker script hack now that the linker scripts do this. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/i386/stand/boot/Makefile.boot cvs rdiff -u -r1.1 -r0 src/sys/arch/i386/stand/boot/boot.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/boot/Makefile.boot diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.62 src/sys/arch/i386/stand/boot/Makefile.boot:1.63 --- src/sys/arch/i386/stand/boot/Makefile.boot:1.62 Wed Jan 1 17:07:54 2014 +++ src/sys/arch/i386/stand/boot/Makefile.boot Sat Jan 4 15:18:50 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.boot,v 1.62 2014/01/01 22:07:54 christos Exp $ +# $NetBSD: Makefile.boot,v 1.63 2014/01/04 20:18:50 christos Exp $ S= ${.CURDIR}/../../../../.. @@ -33,7 +33,7 @@ BINMODE=444 .PATH: ${.CURDIR}/.. ${.CURDIR}/../../lib -LDFLAGS+= -nostdlib -Wl,-N -Wl,-e,boot_start -T${.CURDIR}/../boot.ldscript +LDFLAGS+= -nostdlib -Wl,-N -Wl,-e,boot_start CPPFLAGS+= -I ${.CURDIR}/.. -I ${.CURDIR}/../../lib -I ${S}/lib/libsa CPPFLAGS+= -I ${.OBJDIR} # Make sure we override any optimization options specified by the user