]> git.proxmox.com Git - mirror_edk2.git/commit
Remove '/' directory separator from CYGWIN & UNIXGCC tool specications.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Aug 2009 05:05:00 +0000 (05:05 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 15 Aug 2009 05:05:00 +0000 (05:05 +0000)
commit726d5a8edc2a9b50e0889c07f253ab00c7d4d257
treec4f3d5cd8defde3fd9c33bd10843525d17aebad9
parentc113cd3272b5cde2f79a88ac5895e607ba2852e2
Remove '/' directory separator from CYGWIN & UNIXGCC tool specications.

This allows for the UNIXGCC_*_PETOOLS_PREFIX and CYGWIN_* macros
to potentially have a prefix before the executable name.  This allows
more flexibility for gcc/binutils when the executables include
a prefix.  Some commented examples are shown where this might be used.
For example:
  DEFINE UNIXGCC_IA32_PETOOLS_PREFIX = i386-pc-mingw32-
    or
  DEFINE UNIXGCC_IA32_PETOOLS_PREFIX = ENV(HOME)/programs/gcc/ia32/bin/i686-pc-mingw32-

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9076 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Conf/tools_def.template