pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/gnu-config Match 32-bit SuperH CPUs in the same way...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/403ca8db62ad
branches:  trunk
changeset: 327473:403ca8db62ad
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Jan 02 15:31:36 2019 +0000

description:
Match 32-bit SuperH CPUs in the same way that GCC does.

PR pkg/53825

diffstat:

 mk/gnu-config/config.sub |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 6a369e6f41ab -r 403ca8db62ad mk/gnu-config/config.sub
--- a/mk/gnu-config/config.sub  Wed Jan 02 15:18:20 2019 +0000
+++ b/mk/gnu-config/config.sub  Wed Jan 02 15:31:36 2019 +0000
@@ -1230,8 +1230,7 @@
                        | riscv | riscv32 | riscv64 \
                        | rl78 | romp | rs6000 | rx \
                        | score \
-                       | sh | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
-                       | sh[1234]e[lb] |  sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
+                       | sh | sh[123456789lbe] | sh64 | sh64le \
                        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \
                        | sparclite \
                        | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \



Home | Main Index | Thread Index | Old Index