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

Unified Diff: ports/tcl/build.sh

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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 | « ports/sdl/nacl.patch ('k') | ports/texlive/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/tcl/build.sh
diff --git a/ports/tcl/build.sh b/ports/tcl/build.sh
index 1e5bb07cf840eb1d69544b24c9c308982ca8355e..2d5b2f2b6d014c9854b5df12fb9b37a7d1e2d179 100644
--- a/ports/tcl/build.sh
+++ b/ports/tcl/build.sh
@@ -18,6 +18,7 @@ INSTALL_TARGETS="install-binaries"
# The fallbacks seem to be non-general.
export tcl_cv_strtod_buggy=ok
export ac_cv_func_strtod=yes
+export ac_cv_func_memmove=yes
export tcl_cv_strtod_unbroken=ok
# Prevent non-cross compile clean parts of the build from assuming the host
« no previous file with comments | « ports/sdl/nacl.patch ('k') | ports/texlive/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698