[coreboot-gerrit] Patch set updated for coreboot: ceb03fd crossgcc: clean up aarch64 target integration

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Dec 9 19:16:16 CET 2014


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7729

-gerrit

commit ceb03fd20c8ebf21fd2df5754382e2463efa8659
Author: Patrick Georgi <pgeorgi at google.com>
Date:   Tue Dec 9 18:43:24 2014 +0100

    crossgcc: clean up aarch64 target integration
    
    We already have aarch64 targets. Extend the "all" target.
    
    Change-Id: I74d9bf5123695318c15b73c89f170f3ebb20aa80
    Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
 util/crossgcc/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 22a10ba..4aa6bdc 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -1,11 +1,10 @@
-all: build-i386 build-armv7a
+all: build-i386 build-armv7a build-aarch64
 
 build-i386:
 	bash ./buildgcc -G -p i386-elf
 
 build-armv7a:
 	bash ./buildgcc -G -p armv7a-eabi
-	bash ./buildgcc -G -p aarch64-elf
 
 build-aarch64:
 	bash ./buildgcc -G -p aarch64-elf
@@ -17,7 +16,6 @@ build-i386-without-gdb:
 .PHONY: build-armv7a-without-gdb
 build-armv7a-without-gdb:
 	bash ./buildgcc -p armv7a-eabi
-	bash ./buildgcc -p aarch64-elf
 
 .PHONY: build-aarch64-without-gdb
 build-aarch64-without-gdb:



More information about the coreboot-gerrit mailing list