Module Name: src
Committed By: christos
Date: Thu Oct 24 18:48:43 UTC 2019
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.frontend
Log Message:
arm-common.c uses bitmap stuff so put the common-target.a before common.a
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/Makefile.frontend
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/usr.bin/Makefile.frontend
diff -u src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.6 src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.7
--- src/external/gpl3/gcc/usr.bin/Makefile.frontend:1.6 Fri Feb 1 05:34:18 2019
+++ src/external/gpl3/gcc/usr.bin/Makefile.frontend Thu Oct 24 14:48:43 2019
@@ -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 @@ DPADD+= ${FRONTENDOBJ}/libfrontend.a
LDADD+= -L${FRONTENDOBJ} -lfrontend
.endif
-.include "../Makefile.common"
.include "../Makefile.common-target"
+.include "../Makefile.common"
.include "../Makefile.libcpp"
.include "../Makefile.backtrace"
.include "../Makefile.libiberty"