mirror of https://github.com/acidanthera/audk.git
Added a comment about how to configure for Unix systems.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@828 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e65933d8f4
commit
c901c2e84a
|
@ -54,5 +54,8 @@
|
|||
*_GCC_IA32_PP_NAME = gcc
|
||||
|
||||
# GCC, IA32
|
||||
# Use this if you built the tiano gcc tool chain on a Windows/Cygwin system.
|
||||
*_GCC_IA32_*_PATH = C:\cygwin\opt\tiano\i386-tiano-pe\i386-tiano-pe\bin
|
||||
# Use this if you built the tiano gcc tool chain on a Unix system.
|
||||
# *_GCC_IA32_*_PATH = /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin
|
||||
*_GCC_IA32_ASM_EXT = .S
|
||||
|
|
Loading…
Reference in New Issue