public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work162)] Allow configuration of power11
@ 2024-03-08  1:02 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2024-03-08  1:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e94d4f5d5766aac50fe01f85192adbc3b9d47107

commit e94d4f5d5766aac50fe01f85192adbc3b9d47107
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Mar 7 20:02:30 2024 -0500

    Allow configuration of power11
    
    2024-03-07  Michael Meissner  <meissner@linux.ibm.com>
    
            * config.gcc (rs6000*-*-*, powerpc*-*-*): Allow configuration of
            power11.

Diff:
---
 gcc/config.gcc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 624e0dae191..02004bee30b 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -531,7 +531,8 @@ powerpc*-*-*)
 	extra_headers="${extra_headers} ppu_intrinsics.h spu2vmx.h vec_types.h si2vmx.h"
 	extra_headers="${extra_headers} amo.h"
 	case x$with_cpu in
-	    xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[3456789]|xpower10|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
+	    xpowerpc64 | xdefault64 | x6[23]0 | x970 | xG5 | xpower[3456789] \
+	    | xpower1[01]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
 		cpu_is_64bit=yes
 		;;
 	esac
@@ -5558,7 +5559,7 @@ case "${target}" in
 				eval "with_$which=405"
 				;;
 			"" | common | native \
-			| power[3456789] | power10 | power5+ | power6x \
+			| power[3456789] | power1[01] | power5+ | power6x \
 			| powerpc | powerpc64 | powerpc64le \
 			| rs64 \
 			| 401 | 403 | 405 | 405fp | 440 | 440fp | 464 | 464fp \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-08  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08  1:02 [gcc(refs/users/meissner/heads/work162)] Allow configuration of power11 Michael Meissner

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).