# -- Following section is user configurable:
# This is where the cross compiler will be installed.  It needs to end in 'bin'.
export GCCSDK_INSTALL_CROSSBIN={PREFIX}/cross/bin
# This is where the porting tools and any libraries you build will be installed.
export GCCSDK_INSTALL_ENV={PREFIX}/env
  
# -- Do not change following section:
# Required by the build.
export LTCONFIG_VERSION=1.4a-GCC3.0

