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

Unified Diff: libraries/nacl-mounts/nacl-nacl-mounts.sh

Issue 10854174: Fixing nacl-mounts breakages. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 4 months 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 | « no previous file | libraries/nacl-mounts/net/SocketSubSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/nacl-nacl-mounts.sh
===================================================================
--- libraries/nacl-mounts/nacl-nacl-mounts.sh (revision 622)
+++ libraries/nacl-mounts/nacl-nacl-mounts.sh (working copy)
@@ -46,11 +46,14 @@
fi
export LDFLAGS
- MakeDir ${PACKAGE_DIR}/test.nacl
- ChangeDir ${PACKAGE_DIR}/test.nacl
- make -f ${START_DIR}/test.nacl/Makefile
+ # Net tests don't work for newlib.
+ if [ $NACL_GLIBC == "1" ] ; then
jvoung - send to chromium... 2012/08/21 17:40:23 Actually, this might be fixed by: https://chromium
+ MakeDir ${PACKAGE_DIR}/test.nacl
+ ChangeDir ${PACKAGE_DIR}/test.nacl
+ make -f ${START_DIR}/test.nacl/Makefile
- RunSelLdrCommand ${PACKAGE_DIR}/test.nacl/nacl_mounts_sel_ldr_tests
+ RunSelLdrCommand ${PACKAGE_DIR}/test.nacl/nacl_mounts_sel_ldr_tests
+ fi
}
CustomBuildStep() {
« no previous file with comments | « no previous file | libraries/nacl-mounts/net/SocketSubSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698