mirror of https://github.com/acidanthera/audk.git
UnixPkg build64.sh: Build UnixPkg X64 with GCC44
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10926 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cb5e6cd051
commit
a761d49719
|
@ -36,7 +36,7 @@ fi
|
||||||
# Pick a default tool type for a given OS
|
# Pick a default tool type for a given OS
|
||||||
#
|
#
|
||||||
TARGET_TOOLS=MYTOOLS
|
TARGET_TOOLS=MYTOOLS
|
||||||
UNIXPKG_TOOLS=UNIXPKG
|
UNIXPKG_TOOLS=GCC44
|
||||||
case `uname` in
|
case `uname` in
|
||||||
CYGWIN*) echo Cygwin not fully supported yet. ;;
|
CYGWIN*) echo Cygwin not fully supported yet. ;;
|
||||||
Darwin*)
|
Darwin*)
|
||||||
|
|
Loading…
Reference in New Issue