pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/gnu-config



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Jan  2 15:31:36 UTC 2019

Modified Files:
        pkgsrc/mk/gnu-config: config.sub

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

PR pkg/53825


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mk/gnu-config/config.sub

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/gnu-config/config.sub
diff -u pkgsrc/mk/gnu-config/config.sub:1.21 pkgsrc/mk/gnu-config/config.sub:1.22
--- pkgsrc/mk/gnu-config/config.sub:1.21        Wed Dec 26 19:00:00 2018
+++ pkgsrc/mk/gnu-config/config.sub     Wed Jan  2 15:31:36 2019
@@ -1230,8 +1230,7 @@ case $cpu-$vendor in
                        | 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