On 07/21/14 23:48, Jordan Justen wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jordan Justen <[email protected]> > --- > OvmfPkg/build.sh | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh > index 5bfee72..c3cc72e 100755 > --- a/OvmfPkg/build.sh > +++ b/OvmfPkg/build.sh > @@ -85,9 +85,12 @@ case `uname` in > 4.7.*) > TARGET_TOOLS=GCC47 > ;; > - 4.[8-9].*) > + 4.8.*) > TARGET_TOOLS=GCC48 > ;; > + 4.9.*|4.1[0-9].*)
Always the optimist, huh? :) > + TARGET_TOOLS=GCC49 > + ;; > *) > TARGET_TOOLS=GCC44 > ;; > Reviewed-by: Laszlo Ersek <[email protected]> ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
