From df1e959a8ef1e56576bc962d61632ff4762bdcf9 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Wed, 15 Jul 2020 15:35:23 -0700 Subject: configure: move config.sub to tools subdir --- tools/config.sub | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tools/config.sub (limited to 'tools') diff --git a/tools/config.sub b/tools/config.sub new file mode 100755 index 0000000000..3d50a16f86 --- /dev/null +++ b/tools/config.sub @@ -0,0 +1,17 @@ +#!/bin/sh +# Canonicalize CHOST. +# In particular, converts Debian multiarch tuples into GNU triplets. +# See also +# https://wiki.debian.org/Multiarch/Tuples +# https://wiki.gentoo.org/wiki/CHOST +# If you need an architecture not listed here, file a bug at github.com/zlib-ng/zlib-ng +# and work around the problem by dropping libtool's much more comprehensive config.sub +# on top of this file, see +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub + +case "$1" in +*-*-linux-gnu) echo $1;; +i686-linux-gnu|x86_64-linux-gnu*) echo $1 | sed 's/-linux-gnu/-pc-linux-gnu/';; +*-linux-gnu*) echo $1 | sed 's/-linux-gnu/-unknown-linux-gnu/';; +*) echo $1;; +esac -- cgit 0.0.5-2-1-g0f52