From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] - Introduce reference to a new Emacs build target - NaCl Date: Tue, 31 Mar 2015 11:29:57 -0700 Organization: UCLA Computer Science Department Message-ID: <551AE7A5.8000200@cs.ucla.edu> References: <550380B6.7000308@cs.ucla.edu> <551873AC.7030804@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040205010605030909020708" X-Trace: ger.gmane.org 1427826679 16990 80.91.229.3 (31 Mar 2015 18:31:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2015 18:31:19 +0000 (UTC) Cc: mina86@mina86.com, emacs-devel@gnu.org To: rms@gnu.org, Pete Williamson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 31 20:31:03 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yd0vU-0005dr-OK for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 20:30:12 +0200 Original-Received: from localhost ([::1]:40077 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd0vU-0005TB-5j for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 14:30:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd0vM-0005PC-Ep for emacs-devel@gnu.org; Tue, 31 Mar 2015 14:30:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yd0vJ-0006hW-6o for emacs-devel@gnu.org; Tue, 31 Mar 2015 14:30:04 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:49601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd0vI-0006h7-V6; Tue, 31 Mar 2015 14:30:01 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 2B44DA60009; Tue, 31 Mar 2015 11:30:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AAmsztaIvxCM; Tue, 31 Mar 2015 11:29:58 -0700 (PDT) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 3B43BA60004; Tue, 31 Mar 2015 11:29:58 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184666 Archived-At: This is a multi-part message in MIME format. --------------040205010605030909020708 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 03/31/2015 07:06 AM, Richard Stallman wrote: > there's no real issue here. Thanks for looking into it. I installed the attached patch, which is essentially Pete's patch but with minor sorting and suchlike changes. I marked it as "tiny change" as it's small enough that we needn't worry about copyright papers. --------------040205010605030909020708 Content-Type: text/x-patch; name="0001-Pete-Williamson-petewil-chromium.org-tiny-change.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-Pete-Williamson-petewil-chromium.org-tiny-change.patch" >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 --------------040205010605030909020708--