2005-12-05 15:11:09 +01:00
|
|
|
source $stdenv/setup
|
2005-11-04 00:20:43 +01:00
|
|
|
|
|
|
|
patchConfigure() {
|
|
|
|
# Clear the default library search path.
|
|
|
|
if test "$noSysDirs" = "1"; then
|
|
|
|
echo 'NATIVE_LIB_DIRS=' >> ld/configure.tgt
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
|
|
|
preConfigure=patchConfigure
|
|
|
|
|
|
|
|
genericBuild
|