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

Unified Diff: tools/tests/nacl.scons

Issue 1593024: We should not include -lnosys on ARM: it comes automatically and will spoil... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 10 years, 8 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 | « tests/sysbasic/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/nacl.scons
===================================================================
--- tools/tests/nacl.scons (revision 2045)
+++ tools/tests/nacl.scons (working copy)
@@ -52,7 +52,9 @@
'npp_gate.c'],
# This list should include all the libraries published
# into the SDK.
- LIBS=['m',
+ LIBS=['c',
+ 'm',
+ 'nacl',
'av',
'pthread',
'srpc',
« no previous file with comments | « tests/sysbasic/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698