]> git.proxmox.com Git - mirror_edk2.git/commit
BeagleBoard: Allow to overwrite the default toolchain
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 29 Dec 2011 12:16:02 +0000 (12:16 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 29 Dec 2011 12:16:02 +0000 (12:16 +0000)
commitf5df743f4860553a5fd7f045fd1b77d5654788ae
tree68f9e946df529e98d6a992582a389ee96101c97f
parente7b872fd02440ce523a3393c3011d56b50706d2c
BeagleBoard: Allow to overwrite the default toolchain

Each OS has its own default EDK2 toolchain. This change allows to overwrite
this default option.
Example: On Linux the default toolchain is ARMLINUXGCC, this command line can overwrite it:
TARGET_TOOLS=ARMGCC ./build.sh

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12901 6f19259b-4bc3-4df7-8a09-765794883524
BeagleBoardPkg/build.sh