Module Name:    src
Committed By:   matt
Date:           Mon Aug  6 00:21:09 UTC 2012

Modified Files:
        src/external/gpl3/gcc/lib/libgcc/libgcc_eh: Makefile

Log Message:
Deal with LIB2_EHASM


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile
diff -u src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile:1.4 src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile:1.5
--- src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile:1.4	Mon Oct 17 14:20:54 2011
+++ src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile	Mon Aug  6 00:21:09 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/10/17 14:20:54 chs Exp $
+#	$NetBSD: Makefile,v 1.5 2012/08/06 00:21:09 matt Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
@@ -13,7 +13,7 @@ LIB=		gcc_eh
 
 .cc: # disable .cc->NULL transform
 
-SRCS+=		${LIB2_EH}
+SRCS+=		${LIB2_EH} ${LIB2_EHASM}
 COPTS.unwind-dw2.c = -Wno-stack-protector
 
 MKPIC:=	no

Reply via email to