public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH,AIX] Enable Go for AIX
@ 2017-07-26 12:49 REIX, Tony
  2017-07-28  0:28 ` Ian Lance Taylor
  2017-07-28 18:57 ` David Edelsohn
  0 siblings, 2 replies; 3+ messages in thread
From: REIX, Tony @ 2017-07-26 12:49 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ian Lance Taylor, dje.gcc

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

Description:
 * This patch enables Go on AIX.

Tests:
 * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS
   - build made by means of gmake.

ChangeLog:
 * configure.ac, configure: Enable Go for AIX
 * contrib/config-list.mk: Enable Go for AIX


Cordialement,

Tony Reix

Bull - ATOS
IBM Coop Architect & Technical Leader

Office : +33 (0) 4 76 29 72 67
1 rue de Provence - 38432 Échirolles - France
www.atos.net







[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gcc-8.0.0-go-configure-config-list.mk.patch --]
[-- Type: text/x-patch; name="gcc-8.0.0-go-configure-config-list.mk.patch", Size: 2683 bytes --]

Index: ChangeLog
===================================================================
--- ChangeLog	(révision 250563)
+++ ChangeLog	(copie de travail)
@@ -1,3 +1,7 @@
+2017-07-26  Tony Reix  <tony.reix@atos.net>
+
+	* configure.ac, configure: Enable Go for AIX
+
 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
 
 	* MAINTAINERS: Add myself.
Index: configure
===================================================================
--- configure	(révision 250563)
+++ configure	(copie de travail)
@@ -3480,7 +3480,7 @@ esac
 # Disable the go frontend on systems where it is known to not work. Please keep
 # this in sync with contrib/config-list.mk.
 case "${target}" in
-*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
+*-*-darwin* | *-*-cygwin* | *-*-mingw*)
     unsupported_languages="$unsupported_languages go"
     ;;
 esac
@@ -3496,9 +3496,6 @@ if test x$enable_libgo = x; then
     *-*-cygwin* | *-*-mingw*)
 	noconfigdirs="$noconfigdirs target-libgo"
 	;;
-    *-*-aix*)
-	noconfigdirs="$noconfigdirs target-libgo"
-	;;
     esac
 fi
 
Index: configure.ac
===================================================================
--- configure.ac	(révision 250563)
+++ configure.ac	(copie de travail)
@@ -808,7 +808,7 @@ esac
 # Disable the go frontend on systems where it is known to not work. Please keep
 # this in sync with contrib/config-list.mk.
 case "${target}" in
-*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
+*-*-darwin* | *-*-cygwin* | *-*-mingw*)
     unsupported_languages="$unsupported_languages go"
     ;;
 esac
@@ -824,9 +824,6 @@ if test x$enable_libgo = x; then
     *-*-cygwin* | *-*-mingw*)
 	noconfigdirs="$noconfigdirs target-libgo"
 	;;
-    *-*-aix*)
-	noconfigdirs="$noconfigdirs target-libgo"
-	;;
     esac
 fi
 
Index: contrib/ChangeLog
===================================================================
--- contrib/ChangeLog	(révision 250563)
+++ contrib/ChangeLog	(copie de travail)
@@ -1,3 +1,7 @@
+2017-07-26  Tony Reix  <tony.reix@atos.net>
+
+	* config-list.mk: Enable Go for AIX
+
 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
 
 	* mklog: Fix extraction of changed file name.
Index: contrib/config-list.mk
===================================================================
--- contrib/config-list.mk	(révision 250563)
+++ contrib/config-list.mk	(copie de travail)
@@ -121,7 +121,7 @@ $(LIST): make-log-dir
 		TGT=`echo $@ | awk 'BEGIN { FS = "OPT" }; { print $$1 }'` &&			\
 		TGT=`$(GCC_SRC_DIR)/config.sub $$TGT` &&					\
 		case $$TGT in									\
-			*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)			\
+			*-*-darwin* | *-*-cygwin* | *-*-mingw*)					\
 				ADDITIONAL_LANGUAGES="";					\
 				;;								\
 			*)									\

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH,AIX] Enable Go for AIX
  2017-07-26 12:49 [PATCH,AIX] Enable Go for AIX REIX, Tony
@ 2017-07-28  0:28 ` Ian Lance Taylor
  2017-07-28 18:57 ` David Edelsohn
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Lance Taylor @ 2017-07-28  0:28 UTC (permalink / raw)
  To: REIX, Tony; +Cc: gcc-patches, dje.gcc

On Wed, Jul 26, 2017 at 5:48 AM, REIX, Tony <tony.reix@atos.net> wrote:
> Description:
>  * This patch enables Go on AIX.
>
> Tests:
>  * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS
>    - build made by means of gmake.
>
> ChangeLog:
>  * configure.ac, configure: Enable Go for AIX
>  * contrib/config-list.mk: Enable Go for AIX

This patch is fine with me.  Leaving for David as AIX maintainer.

Thanks.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH,AIX] Enable Go for AIX
  2017-07-26 12:49 [PATCH,AIX] Enable Go for AIX REIX, Tony
  2017-07-28  0:28 ` Ian Lance Taylor
@ 2017-07-28 18:57 ` David Edelsohn
  1 sibling, 0 replies; 3+ messages in thread
From: David Edelsohn @ 2017-07-28 18:57 UTC (permalink / raw)
  To: REIX, Tony; +Cc: gcc-patches, Ian Lance Taylor

On Wed, Jul 26, 2017 at 8:48 AM, REIX, Tony <tony.reix@atos.net> wrote:
> Description:
>  * This patch enables Go on AIX.
>
> Tests:
>  * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS
>    - build made by means of gmake.
>
> ChangeLog:
>  * configure.ac, configure: Enable Go for AIX
>  * contrib/config-list.mk: Enable Go for AIX

I committed the configure part of this patch.

I don't want to commit the config-list.mk change until Go actually builds.

Thanks, David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-28 18:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26 12:49 [PATCH,AIX] Enable Go for AIX REIX, Tony
2017-07-28  0:28 ` Ian Lance Taylor
2017-07-28 18:57 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).