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

Unified Diff: ports/samba/cc_shim.sh

Issue 1456633004: Enable glibc/arm build of samba 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
« no previous file with comments | « ports/samba/build.sh ('k') | ports/samba/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ports/samba/build.sh ('k') | ports/samba/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698