Remove '/' directory separator from CYGWIN & UNIXGCC tool specications.
commit152d1d5bcfc697a735e87edffd7ff481e735fac2
authorJordan Justen <jljusten@tianocore.org>
Sat, 15 Aug 2009 05:05:00 +0000 (15 05:05 +0000)
committerJordan Justen <jljusten@tianocore.org>
Sat, 15 Aug 2009 05:05:00 +0000 (15 05:05 +0000)
treec4f3d5cd8defde3fd9c33bd10843525d17aebad9
parentde08cb2e27b0dd567bd9ca7316c71162d6988318
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-
BaseTools/Conf/tools_def.template