Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/vax/boot/xxboot Pullup revisions 1.13-1.14 and...



details:   https://anonhg.NetBSD.org/src/rev/b6c232756637
branches:  netbsd-1-6
changeset: 529926:b6c232756637
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Jan 26 10:08:03 2003 +0000

description:
Pullup revisions 1.13-1.14 and 1.15-1.16 (requested by he in ticket #1072)
 Add -mno-asm-pic to CFLAGS and AFLAGS, and add -ffreestanding and
 empty LIBC setting to bootloader Makefiles.

diffstat:

 sys/arch/vax/boot/xxboot/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r f390b12df794 -r b6c232756637 sys/arch/vax/boot/xxboot/Makefile
--- a/sys/arch/vax/boot/xxboot/Makefile Sun Jan 26 10:07:42 2003 +0000
+++ b/sys/arch/vax/boot/xxboot/Makefile Sun Jan 26 10:08:03 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13.4.1 2002/06/18 13:46:15 lukem Exp $
+#      $NetBSD: Makefile,v 1.13.4.2 2003/01/26 10:08:03 jmc Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -21,7 +21,9 @@
 BINDIR=        /usr/mdec
 NOMAN= # defined
 
-CFLAGS=        -Os
+CFLAGS=        -Os -ffreestanding -mno-asm-pic
+AFLAGS= -mno-asm-pic
+LIBC=
 
 SA_AS= library
 .include "${S}/lib/libsa/Makefile.inc"



Home | Main Index | Thread Index | Old Index