Module Name: src
Committed By: jakllsch
Date: Fri Sep 4 02:27:39 UTC 2020
Modified Files:
src/external/gpl3/gcc/usr.bin: Makefile.driver
Log Message:
Build driver-aarch64.c for both endians of aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/Makefile.driver
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.driver
diff -u src/external/gpl3/gcc/usr.bin/Makefile.driver:1.1 src/external/gpl3/gcc/usr.bin/Makefile.driver:1.2
--- src/external/gpl3/gcc/usr.bin/Makefile.driver:1.1 Fri Feb 1 10:32:32 2019
+++ src/external/gpl3/gcc/usr.bin/Makefile.driver Fri Sep 4 02:27:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.driver,v 1.1 2019/02/01 10:32:32 mrg Exp $
+# $NetBSD: Makefile.driver,v 1.2 2020/09/04 02:27:39 jakllsch Exp $
.ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_DRIVER_
_EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_DRIVER_=1
@@ -12,7 +12,7 @@ SRCS+= driver-i386.c
SRCS+= driver-rs6000.c
.PATH: ${DIST}/gcc/config/rs6000
.endif
-.if ${GCC_MACHINE_ARCH} == "aarch64"
+.if ${MACHINE_CPU} == "aarch64"
SRCS+= driver-aarch64.c
.PATH: ${DIST}/gcc/config/aarch64
.endif