>From d5ee541f9a8aa36877e9034829fb3171ad0f8c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= Date: Tue, 31 Mar 2015 11:26:48 -0700 Subject: [PATCH] Pete Williamson (tiny change) Add NaCl target * configure.ac: Add a target for Chromium Native Client (NaCl). --- ChangeLog | 5 +++++ configure.ac | 15 ++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f45e32f..6df5a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-27 Pete Williamson (tiny change) + + Add NaCl target + * configure.ac: Add a target for Chromium Native Client (NaCl). + 2015-03-29 Eli Zaretskii * build-aux/dir_top (File): Fix the description of selecting a diff --git a/configure.ac b/configure.ac index bed94fb..44709d4 100644 --- a/configure.ac +++ b/configure.ac @@ -612,6 +612,11 @@ case "${canonical}" in ## fi ;; + ## Chromium Native Client + *-nacl ) + opsys=nacl + ;; + ## Cygwin ports *-*-cygwin ) opsys=cygwin @@ -1263,7 +1268,7 @@ dnl The function dump-emacs will not be defined and temacs will do dnl (load "loadup") automatically unless told otherwise. test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no case "$opsys" in - your-opsys-here) CANNOT_DUMP=yes ;; + nacl) CANNOT_DUMP=yes ;; esac if test "$CANNOT_DUMP" = "yes"; then @@ -2104,7 +2109,7 @@ hybrid_malloc= case "$opsys" in ## darwin ld insists on the use of malloc routines in the System framework. - darwin|mingw32|sol2-10) system_malloc=yes ;; + darwin | mingw32 | nacl | sol2-10) system_malloc=yes ;; cygwin) hybrid_malloc=yes;; esac @@ -4186,7 +4191,7 @@ emacs_broken_SIGIO=no case $opsys in dnl SIGIO exists, but the feature doesn't work in the way Emacs needs. dnl See eg . - hpux* | irix6-5 | openbsd | sol2* | unixware ) + hpux* | irix6-5 | nacl | openbsd | sol2* | unixware ) emacs_broken_SIGIO=yes ;; @@ -4348,7 +4353,7 @@ case $opsys in AC_DEFINE(FIRST_PTY_LETTER, ['p']) ;; - gnu-linux | gnu-kfreebsd | dragonfly | freebsd | netbsd ) + gnu-linux | gnu-kfreebsd | dragonfly | freebsd | netbsd | nacl ) dnl if HAVE_GRANTPT if test "x$ac_cv_func_grantpt" = xyes; then AC_DEFINE(UNIX98_PTYS, 1, [Define if the system has Unix98 PTYs.]) @@ -4647,7 +4652,7 @@ esac AC_CACHE_CHECK([for usable FIONREAD], [emacs_cv_usable_FIONREAD], [case $opsys in - aix4-2) + aix4-2 | nacl) dnl BUILD 9008 - FIONREAD problem still exists in X-Windows. emacs_cv_usable_FIONREAD=no ;; -- 2.1.0