Kaydet (Commit) 2aca3194 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)

Change-Id: I74edcd7e54f8edd05a4518d08b1af1e21f3add93
üst c1e4d402
......@@ -154,7 +154,7 @@ case ${sdk_platform} in
export DYLD_LIBRARY_PATH
;;
linux-gnu)
linux-gnu*)
directoryname=linux
comid=gcc3
soext=so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment