pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/gnu-config Accommodate an -eabi{,hf} suffix in GNU ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d15d19e681b4
branches:  trunk
changeset: 646731:d15d19e681b4
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Sat Feb 14 05:04:23 2015 +0000

description:
Accommodate an -eabi{,hf} suffix in GNU config.sub.

XXX Send this upstream...

This, together with other commits to MACHINE_GNU_PLATFORM issues,
should fix PR pkg/48126, at long last.

diffstat:

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

diffs (12 lines):

diff -r 39ed517ecd17 -r d15d19e681b4 mk/gnu-config/config.sub
--- a/mk/gnu-config/config.sub  Sat Feb 14 05:01:32 2015 +0000
+++ b/mk/gnu-config/config.sub  Sat Feb 14 05:04:23 2015 +0000
@@ -124,7 +124,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os



Home | Main Index | Thread Index | Old Index