summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclient/icecc-create-env10
1 files changed, 9 insertions, 1 deletions
diff --git a/client/icecc-create-env b/client/icecc-create-env
index e99338c..6815b1b 100755
--- a/client/icecc-create-env
+++ b/client/icecc-create-env
@@ -95,9 +95,17 @@ if ! test -x "$added_gxx" ; then
exit 1
fi
+# Tizen
+added_as=/usr/bin/as
+if test -n /emul/$added_gcc && test -n /emul/$added_gxx && test -n /emul/$added_as ; then
+ added_gcc=/emul/$added_gcc
+ added_gxx=/emul/$added_gxx
+ added_as=/emul/$added_as
+fi
+
add_file $added_gcc /usr/bin/gcc
add_file $added_gxx /usr/bin/g++
-add_file /usr/bin/as
+add_file $added_as /usr/bin/as
if test "$is_darwin" = 1; then
# add dynamic linker