summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-06-27 01:37:20 +0100
committerBen Murdoch <benm@google.com>2013-06-27 01:37:20 +0100
commite31802ad5b5d9fdf7daba665b671e9ecee368cb8 (patch)
tree868a2d3d16b01f728ae083a95661d078467c19bb /sandbox
parentfb5f38fb600d6a2e6cff0966bbf10dc8e189f50e (diff)
downloadchromium_org-e31802ad5b5d9fdf7daba665b671e9ecee368cb8.tar.gz
Fix MIPS makefiles
Change-Id: I7a0daf1617a3908dd628c2fd4f501cbec1483bd9
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/sandbox_services.target.darwin-mips.mk6
-rw-r--r--sandbox/sandbox_services.target.linux-mips.mk6
2 files changed, 4 insertions, 8 deletions
diff --git a/sandbox/sandbox_services.target.darwin-mips.mk b/sandbox/sandbox_services.target.darwin-mips.mk
index f25dbf7cf9..3503e553ae 100644
--- a/sandbox/sandbox_services.target.darwin-mips.mk
+++ b/sandbox/sandbox_services.target.darwin-mips.mk
@@ -41,9 +41,7 @@ MY_CFLAGS := \
-fPIC \
-EL \
-mhard-float \
- -mips32r2 \
- -Wa,-mips32r2 \
- --sysroot=/automerger/android-src/external/chromium_org/mipsel-sysroot/sysroot \
+ --sysroot=/usr/local/google2/src/clank/webview/external/chromium_org/mipsel-sysroot/sysroot \
-ffunction-sections \
-funwind-tables \
-g \
@@ -119,7 +117,7 @@ LOCAL_LDFLAGS := \
-fPIC \
-EL \
-Wl,--no-keep-memory \
- --sysroot=/automerger/android-src/external/chromium_org/mipsel-sysroot/sysroot \
+ --sysroot=/usr/local/google2/src/clank/webview/external/chromium_org/mipsel-sysroot/sysroot \
\
-nostdlib \
-Wl,--no-undefined \
diff --git a/sandbox/sandbox_services.target.linux-mips.mk b/sandbox/sandbox_services.target.linux-mips.mk
index f25dbf7cf9..3503e553ae 100644
--- a/sandbox/sandbox_services.target.linux-mips.mk
+++ b/sandbox/sandbox_services.target.linux-mips.mk
@@ -41,9 +41,7 @@ MY_CFLAGS := \
-fPIC \
-EL \
-mhard-float \
- -mips32r2 \
- -Wa,-mips32r2 \
- --sysroot=/automerger/android-src/external/chromium_org/mipsel-sysroot/sysroot \
+ --sysroot=/usr/local/google2/src/clank/webview/external/chromium_org/mipsel-sysroot/sysroot \
-ffunction-sections \
-funwind-tables \
-g \
@@ -119,7 +117,7 @@ LOCAL_LDFLAGS := \
-fPIC \
-EL \
-Wl,--no-keep-memory \
- --sysroot=/automerger/android-src/external/chromium_org/mipsel-sysroot/sysroot \
+ --sysroot=/usr/local/google2/src/clank/webview/external/chromium_org/mipsel-sysroot/sysroot \
\
-nostdlib \
-Wl,--no-undefined \