* [PATCH] Fix TianoCore building under Fedora Core 25
@ 2016-11-21 3:09 Konrad Rzeszutek Wilk
2016-11-21 3:09 ` [PATCH] OvmfPkg/build.sh: Use GCC49 toolchain with GCC 6.* Konrad Rzeszutek Wilk
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-11-21 3:09 UTC (permalink / raw)
To: edk2-devel; +Cc: xen-devel
Please accept and review the following patch which enables me to
build TianoCore under Fedora Core 25.
The GCC version that is installed is:
gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
And currently there are no runes for it - which means it fallsback
to GCC44 and does not complete.
The patch fixes that.
Thanks!
Konrad Rzeszutek Wilk (1):
OvmfPkg/build.sh: Use GCC49 toolchain with GCC 6.*
OvmfPkg/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] OvmfPkg/build.sh: Use GCC49 toolchain with GCC 6.*
2016-11-21 3:09 [PATCH] Fix TianoCore building under Fedora Core 25 Konrad Rzeszutek Wilk
@ 2016-11-21 3:09 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-11-21 3:09 UTC (permalink / raw)
To: edk2-devel; +Cc: xen-devel, Konrad Rzeszutek Wilk
Without this I cannot build it under Fedora Core 25.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
---
OvmfPkg/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh
index eb5eb73..759ade3 100755
--- a/OvmfPkg/build.sh
+++ b/OvmfPkg/build.sh
@@ -95,7 +95,7 @@ case `uname` in
4.8.*)
TARGET_TOOLS=GCC48
;;
- 4.9.*|4.1[0-9].*|5.*.*)
+ 4.9.*|4.1[0-9].*|5.*.*|6.*.*)
TARGET_TOOLS=GCC49
;;
*)
--
2.9.3
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-21 3:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-21 3:09 [PATCH] Fix TianoCore building under Fedora Core 25 Konrad Rzeszutek Wilk
2016-11-21 3:09 ` [PATCH] OvmfPkg/build.sh: Use GCC49 toolchain with GCC 6.* Konrad Rzeszutek Wilk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).