scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Sep 26 00:53:29 2012 +0200 (2012-09-26)
changeset 3063 bb9c279516dd
parent 1189 5c20d52c8270
permissions -rw-r--r--
scripts: exporting (even empty) LIBRARY_PATH and/or LPATH breaks gcc

If either LIBRARY_PATH or LPATH is set, even to the empty string,
the gcc build breaks.

Fix that by bailing-out rather than re-setting.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0