diff options
Diffstat (limited to 'development/gcclegacy494/wrapper.sh')
-rw-r--r-- | development/gcclegacy494/wrapper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/gcclegacy494/wrapper.sh b/development/gcclegacy494/wrapper.sh new file mode 100644 index 0000000000000..d664f74edf56a --- /dev/null +++ b/development/gcclegacy494/wrapper.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH=%INSTLOC%/lib%LIBDIRSUFFIX% +exec %INSTLOC%/bin/%COMPILER%-4.9.4 "$@" |