Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/mbr/gptmbr .code16 user, so disable inte...



details:   https://anonhg.NetBSD.org/src/rev/5e0581630003
branches:  trunk
changeset: 768510:5e0581630003
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 17 22:26:40 2011 +0000

description:
.code16 user, so disable integrated assembler with clang for now.

diffstat:

 sys/arch/i386/stand/mbr/gptmbr/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e270b79521f1 -r 5e0581630003 sys/arch/i386/stand/mbr/gptmbr/Makefile
--- a/sys/arch/i386/stand/mbr/gptmbr/Makefile   Wed Aug 17 22:16:42 2011 +0000
+++ b/sys/arch/i386/stand/mbr/gptmbr/Makefile   Wed Aug 17 22:26:40 2011 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.1 2011/08/17 00:25:05 jakllsch Exp $
+#      $NetBSD: Makefile,v 1.2 2011/08/17 22:26:40 joerg Exp $
 
 PROG=          gptmbr.bin
 SRCS=          gptmbr.S
 
+AFLAGS.gptmbr.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
+
 .include <../Makefile.mbr>
 
 LOADADDR=      0



Home | Main Index | Thread Index | Old Index