libgo: remove -fplan9-extensions from CFLAGS
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 6 Dec 2017 17:43:29 +0000 (17:43 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 6 Dec 2017 17:43:29 +0000 (17:43 +0000)
    Remove -fplan9-extensions from the CFLAGS used for libgo (no
    longer needed since the runtime was converted from C to Go).

    Reviewed-on: https://go-review.googlesource.com/82177

From-SVN: r255445

gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in

index b185c9e59c3eee2cdc3b9faf2b66b3b97773851c..14baef5f6c24fe92a764f52fd4a51c32289b00da 100644 (file)
@@ -1,4 +1,4 @@
-d16e370c93e2866a961847a15f5001413e66d179
+c02de8ca63f52a2475ce8645edee3203a3c908ac
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 7be49973f95c93d9a367b567078bfa654d82d9fd..85c5c774ff722f14220e352e51b2f4d1b564945f 100644 (file)
@@ -40,7 +40,7 @@ AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
 
 ACLOCAL_AMFLAGS = -I ./config -I ../config
 
-AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
+AM_CFLAGS = -fexceptions -fnon-call-exceptions \
        $(SPLIT_STACK) $(WARN_CFLAGS) \
        $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \
        -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \
index ac9f5291a10d15f7b98bf823ad1c0f41352d4463..3cf1daae4b54205116b6f12964572025d90248ce 100644 (file)
@@ -458,7 +458,7 @@ WARN_CFLAGS = $(WARN_FLAGS) $(WERROR)
 # -I/-D flags to pass when compiling.
 AM_CPPFLAGS = -I $(srcdir)/runtime $(LIBFFIINCS) $(PTHREAD_CFLAGS)
 ACLOCAL_AMFLAGS = -I ./config -I ../config
-AM_CFLAGS = -fexceptions -fnon-call-exceptions -fplan9-extensions \
+AM_CFLAGS = -fexceptions -fnon-call-exceptions \
        $(SPLIT_STACK) $(WARN_CFLAGS) \
        $(STRINGOPS_FLAG) $(HWCAP_CFLAGS) $(OSCFLAGS) \
        -I $(srcdir)/../libgcc -I $(srcdir)/../libbacktrace \