summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-11-15 09:49:54 +1030
committerAlan Modra <amodra@gmail.com>2021-11-15 12:20:12 +1030
commit64f5c8167b1bf098d7e054fb32a65bc252f9d18b (patch)
treee997f8aaa9e9104b7e978b4c47c262c35fb42343 /intl
parentda7ee7f9ce2fc8c278a46e0b360d44319a5a1e7a (diff)
downloadbinutils-gdb-64f5c8167b1bf098d7e054fb32a65bc252f9d18b.tar.gz
Regenerate a couple of files
A couple of files changed on my latest --enable-maintainer-mode build. ld/Makefile.in had a missing dependency but better sorting of the loongson entries. intl/ * configure: Regenerate. ld/ * Makefile.am: Sort loongson entries. * Makefile.in: Regenerate.
Diffstat (limited to 'intl')
-rwxr-xr-xintl/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/intl/configure b/intl/configure
index 78a1691ffce..24fd69a97e0 100755
--- a/intl/configure
+++ b/intl/configure
@@ -6873,9 +6873,7 @@ case "${host}" in
sh-*-linux* | sh[2346lbe]*-*-linux*)
PICFLAG=-fpic
;;
- # FIXME: Simplify to sh*-*-netbsd*?
- sh-*-netbsd* | shl*-*-netbsd* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
- sh64-*-netbsd* | sh64l*-*-netbsd*)
+ sh*-*-netbsd*)
PICFLAG=-fpic
;;
# Default to -fPIC unless specified otherwise.