[coreboot-gerrit] Change in coreboot[master]: crossgcc: Clean out ABI variable for GMP

Patrick Georgi (Code Review) gerrit at coreboot.org
Tue Jul 18 11:37:08 CEST 2017


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


Change subject: crossgcc: Clean out ABI variable for GMP
......................................................................

crossgcc: Clean out ABI variable for GMP

This is sometimes set by packaging systems (eg Gentoo), so give it a
sane preset.

Change-Id: I651fad12128143e8ed5053e7e9871ea271bfc797
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M util/crossgcc/buildgcc
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/20632/1

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 0f4dd7a..fc44ff3 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -1022,6 +1022,9 @@
 # Set up host compiler and flags needed for various OSes
 
 if is_package_enabled "GCC"; then
+# sane preset: let the configure script figure out things by itself
+# more importantly, avoid any values that might already linger in the variable
+OPTIONS="ABI="
 if [ $UNAME = "Darwin" ]; then
 	#GCC_OPTIONS="$GCC_OPTIONS --enable-threads=posix"
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I651fad12128143e8ed5053e7e9871ea271bfc797
Gerrit-Change-Number: 20632
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/20170718/3c4d4264/attachment.html>


More information about the coreboot-gerrit mailing list