all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michal Nazarewicz <mina86@mina86.com>
To: Pete Williamson <petewil@google.com>, emacs-devel@gnu.org
Subject: Re: [PATCH] - Introduce reference to a new Emacs build target - NaCl
Date: Sat, 14 Mar 2015 00:44:22 +0100	[thread overview]
Message-ID: <xa1t7fukbgyx.fsf@mina86.com> (raw)
In-Reply-To: <CAHsSLHC2m64tJtK7qMg_NjLoNA9JzCS2WxDx6qbu9kvtfb7u9A@mail.gmail.com>

On Fri, Mar 13 2015, Pete Williamson <petewil@google.com> wrote:
> @@ -8206,6 +8210,7 @@ rm -f core conftest.err conftest.$ac_objext \
>
> test "x$CANNOT_DUMP" = "x" && CANNOT_DUMP=no
> case "$opsys" in
> + nacl) CANNOT_DUMP=yes ;;
> your-opsys-here) CANNOT_DUMP=yes ;;
> esac
>
> @@ -9828,6 +9833,7 @@ system_malloc=no
> case "$opsys" in
> ## darwin ld insists on the use of malloc routines in the System framework.
> darwin|sol2-10) system_malloc=yes ;;
> + nacl) system_malloc=yes ;;
> esac
>
> if test "${system_malloc}" = "yes"; then
> @@ -15169,7 +15175,7 @@ esac
> emacs_broken_SIGIO=no
>
> case $opsys in
> - hpux* | irix6-5 | openbsd | sol2* | unixware )
> + hpux* | irix6-5 | openbsd | sol2* | unixware | nacl )
> emacs_broken_SIGIO=yes
> ;;
>
> @@ -15277,7 +15283,7 @@ case $opsys in
>
> ;;
>
> - gnu-linux | gnu-kfreebsd | freebsd | netbsd )
> + nacl | gnu-linux | gnu-kfreebsd | freebsd | netbsd )
> if test "x$ac_cv_func_grantpt" = xyes; then
>
> $as_echo "#define UNIX98_PTYS 1" >>confdefs.h
> @@ -15430,7 +15436,7 @@ if test $emacs_glibc = yes; then
> emacs_pending_output=unknown
>
> case $opsys in
> - gnu | gnu-linux | gnu-kfreebsd )
> + nacl | gnu | gnu-linux | gnu-kfreebsd )
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of pending
> output formalism" >&5
> $as_echo_n "checking for style of pending output formalism... " >&6; }
> cat confdefs.h - <<_ACEOF >conftest.$ac_ext
> @@ -24659,7 +24665,7 @@ LD_FIRSTFLAG=
> ORDINARY_LINK=
> case "$opsys" in
> ## gnu: GNU needs its own crt0.
> - aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes
> ;;
> + nacl|aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware)
> ORDINARY_LINK=yes ;;

So your patch, the attached file, is missing the above changes in the
configure.ac file.  Is that intentional?  I imagine it would make sense
to bundle them all together into a single patch.

-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--



  reply	other threads:[~2015-03-13 23:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13 21:57 [PATCH] - Introduce reference to a new Emacs build target - NaCl Pete Williamson
2015-03-13 23:44 ` Michal Nazarewicz [this message]
2015-03-13 23:46   ` Pete Williamson
2015-03-14  0:28 ` Paul Eggert
2015-03-14  0:29   ` Pete Williamson
2015-03-18 16:04     ` Pete Williamson
2015-03-28  0:30       ` Pete Williamson
2015-03-29 21:50         ` Paul Eggert
2015-03-30 10:12           ` Richard Stallman
2015-03-30 21:41             ` Pete Williamson
2015-03-31 14:06               ` Richard Stallman
2015-03-31 18:29                 ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xa1t7fukbgyx.fsf@mina86.com \
    --to=mina86@mina86.com \
    --cc=emacs-devel@gnu.org \
    --cc=petewil@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.