[coreboot-gerrit] Change in coreboot[master]: crossgcc: fix edk2 tools_def template

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Nov 30 13:45:03 CET 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/22640


Change subject: crossgcc: fix edk2 tools_def template
......................................................................

crossgcc: fix edk2 tools_def template

Forgot the /bin/ part of the executable paths

Change-Id: I87d63ec18338e376787d02bb771471e746a17b62
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M util/crossgcc/edk2tools.txt
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/22640/1

diff --git a/util/crossgcc/edk2tools.txt b/util/crossgcc/edk2tools.txt
index 8420c14..0344bf2 100644
--- a/util/crossgcc/edk2tools.txt
+++ b/util/crossgcc/edk2tools.txt
@@ -4,10 +4,10 @@
 #
 ####################################################################################
 
-DEFINE COREBOOT_IA32_PREFIX              = @@PREFIX@@/i386-elf-
-DEFINE COREBOOT_X64_PREFIX               = @@PREFIX@@/x86_64-elf-
-DEFINE COREBOOT_ARM_PREFIX               = @@PREFIX@@/arm-eabi-
-DEFINE COREBOOT_AARCH64_PREFIX           = @@PREFIX@@/arch64-elf-
+DEFINE COREBOOT_IA32_PREFIX              = @@PREFIX@@/bin/i386-elf-
+DEFINE COREBOOT_X64_PREFIX               = @@PREFIX@@/bin/x86_64-elf-
+DEFINE COREBOOT_ARM_PREFIX               = @@PREFIX@@/bin/arm-eabi-
+DEFINE COREBOOT_AARCH64_PREFIX           = @@PREFIX@@/bin/arch64-elf-
 
 DEFINE COREBOOT_IA32_CC_FLAGS            = DEF(GCC5_IA32_CC_FLAGS)
 DEFINE COREBOOT_X64_CC_FLAGS             = DEF(GCC5_X64_CC_FLAGS)

-- 
To view, visit https://review.coreboot.org/22640
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I87d63ec18338e376787d02bb771471e746a17b62
Gerrit-Change-Number: 22640
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171130/8d5580ca/attachment.html>


More information about the coreboot-gerrit mailing list