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/conf Pullup revisions 1.69-1.70 (requested...
details: https://anonhg.NetBSD.org/src/rev/17ba22a339b3
branches: netbsd-1-6
changeset: 529928:17ba22a339b3
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Jan 26 10:08:47 2003 +0000
description:
Pullup revisions 1.69-1.70 (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/conf/Makefile.vax | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r f6d967566e09 -r 17ba22a339b3 sys/arch/vax/conf/Makefile.vax
--- a/sys/arch/vax/conf/Makefile.vax Sun Jan 26 10:08:25 2003 +0000
+++ b/sys/arch/vax/conf/Makefile.vax Sun Jan 26 10:08:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.vax,v 1.69 2002/02/23 23:48:00 matt Exp $
+# $NetBSD: Makefile.vax,v 1.69.10.1 2003/01/26 10:08:47 jmc Exp $
# Makefile for NetBSD
#
@@ -33,8 +33,11 @@
##
CPPFLAGS+= -D_VAX_INLINE_
AFLAGS+= -x assembler-with-cpp -traditional-cpp
-.if ${OBJECT_FMT} != "ELF"
-CFLAGS+= -mno-pic
+.if ${OBJECT_FMT} == "ELF"
+CFLAGS+= -mno-asm-pic
+AFLAGS+= -mno-asm-pic
+.else
+CFLAGS+= -fno-pic
.endif
##
Home |
Main Index |
Thread Index |
Old Index