Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: ports/samba/cc_shim.sh

Issue 1467623003: Make Samba build with ARM. Currently may not work at runtime though. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/samba/cc_shim.sh
diff --git a/ports/samba/cc_shim.sh b/ports/samba/cc_shim.sh
index 16a9eec5e3cf5e25cbab8a22c0a353676d0afaf3..5e2b7560d88c075c38e207c8ff3415574c07f3a0 100755
--- a/ports/samba/cc_shim.sh
+++ b/ports/samba/cc_shim.sh
@@ -15,6 +15,12 @@ for x in $*; do
if [[ ${x} = */compile_et_134.o ]]; then
is_host=1
fi
+ if [[ ${x} = */print_version_130.o ]]; then
+ is_host=1
+ fi
+ if [[ ${x} = */version_130.o ]]; then
+ is_host=1
+ fi
done

Powered by Google App Engine
This is Rietveld 408576698