Source-Changes-HG archive

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

[src/trunk]: src/tests/libexec/ld.elf_so ARM now works with integrated-as.



details:   https://anonhg.NetBSD.org/src/rev/4b1145638431
branches:  trunk
changeset: 326721:4b1145638431
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Feb 14 20:33:32 2014 +0000

description:
ARM now works with integrated-as.

diffstat:

 tests/libexec/ld.elf_so/helper_symver_dso1/Makefile |  7 +------
 tests/libexec/ld.elf_so/helper_symver_dso2/Makefile |  7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diffs (39 lines):

diff -r 8787dc985ef3 -r 4b1145638431 tests/libexec/ld.elf_so/helper_symver_dso1/Makefile
--- a/tests/libexec/ld.elf_so/helper_symver_dso1/Makefile       Fri Feb 14 20:32:58 2014 +0000
+++ b/tests/libexec/ld.elf_so/helper_symver_dso1/Makefile       Fri Feb 14 20:33:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/12/25 22:26:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/14 20:33:32 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -20,10 +20,5 @@
 
 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso1.map
 
-.if !empty(MACHINE_ARCH:M*arm*)
-# LLVM PR 18273
-COPTS.h_helper_symver_dso1.c=  ${${ACTIVE_CC} == "clang":?-no-integrated-as :}
-.endif
-
 .include <bsd.lib.mk>
 
diff -r 8787dc985ef3 -r 4b1145638431 tests/libexec/ld.elf_so/helper_symver_dso2/Makefile
--- a/tests/libexec/ld.elf_so/helper_symver_dso2/Makefile       Fri Feb 14 20:32:58 2014 +0000
+++ b/tests/libexec/ld.elf_so/helper_symver_dso2/Makefile       Fri Feb 14 20:33:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/12/25 22:26:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/14 20:33:32 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -20,9 +20,4 @@
 
 LDFLAGS.lib${LIB} += -Wl,--version-script=${.CURDIR}/h_helper_symver_dso2.map
 
-.if !empty(MACHINE_ARCH:M*arm*)
-# LLVM PR 18273
-COPTS.h_helper_symver_dso2.c=  ${${ACTIVE_CC} == "clang":?-no-integrated-as :}
-.endif
-
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index