Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin arm-common.c uses bitmap stuff so ...



details:   https://anonhg.NetBSD.org/src/rev/38ecfa13976d
branches:  trunk
changeset: 460487:38ecfa13976d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 24 18:48:43 2019 +0000

description:
arm-common.c uses bitmap stuff so put the common-target.a before common.a

diffstat:

 external/gpl3/gcc/usr.bin/Makefile.frontend |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ed227b777c33 -r 38ecfa13976d external/gpl3/gcc/usr.bin/Makefile.frontend
--- a/external/gpl3/gcc/usr.bin/Makefile.frontend       Thu Oct 24 18:48:09 2019 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.frontend       Thu Oct 24 18:48:43 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.frontend,v 1.6 2019/02/01 10:34:18 mrg Exp $
+#      $NetBSD: Makefile.frontend,v 1.7 2019/10/24 18:48:43 christos Exp $
 
 BINDIR=                /usr/bin
 
@@ -14,8 +14,8 @@
 LDADD+=                        -L${FRONTENDOBJ} -lfrontend
 .endif
 
+.include "../Makefile.common-target"
 .include "../Makefile.common"
-.include "../Makefile.common-target"
 .include "../Makefile.libcpp"
 .include "../Makefile.backtrace"
 .include "../Makefile.libiberty"



Home | Main Index | Thread Index | Old Index