diff options
Diffstat (limited to 'system/abuild/adelie-customisations.patch')
-rw-r--r-- | system/abuild/adelie-customisations.patch | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/system/abuild/adelie-customisations.patch b/system/abuild/adelie-customisations.patch index 178b2538c..db7280abc 100644 --- a/system/abuild/adelie-customisations.patch +++ b/system/abuild/adelie-customisations.patch @@ -2,7 +2,7 @@ diff --git a/functions.sh.in b/functions.sh.in index 4f2c023..a4de25c 100644 --- a/functions.sh.in +++ b/functions.sh.in -@@ -5,20 +5,20 @@ program=${0##*/} +@@ -5,16 +5,20 @@ program=${0##*/} arch_to_hostspec() { case "$1" in @@ -10,10 +10,6 @@ index 4f2c023..a4de25c 100644 - armel) echo "armv5-alpine-linux-musleabi" ;; - armhf) echo "armv6-alpine-linux-muslgnueabihf" ;; - armv7) echo "armv7-alpine-linux-musleabihf" ;; -- mips) echo "mips-alpine-linux-musl" ;; -- mips64) echo "mips64-alpine-linux-musl" ;; -- mipsel) echo "mipsel-alpine-linux-musl" ;; -- mips64el) echo "mips64el-alpine-linux-musl" ;; - ppc) echo "powerpc-alpine-linux-musl" ;; - ppc64) echo "powerpc64-alpine-linux-musl" ;; - ppc64le) echo "powerpc64le-alpine-linux-musl" ;; @@ -37,15 +33,11 @@ index 4f2c023..a4de25c 100644 *) echo "unknown" ;; esac } -@@ -29,11 +29,11 @@ hostspec_to_arch() { +@@ -25,7 +29,11 @@ hostspec_to_arch() { arm*-*-*-*eabi) echo "armel" ;; armv6*-*-*-*eabihf) echo "armhf" ;; armv7*-*-*-*eabihf) echo "armv7" ;; - i[0-9]86-*-*-*) echo "x86" ;; -- mips-*-*-*) echo "mips" ;; -- mips64-*-*-*) echo "mips64" ;; -- mipsel-*-*-*) echo "mipsel" ;; -- mips64el-*-*-*) echo "mips64el" ;; + i486-*-*-*) echo "x86" ;; + i586-*-*-*) echo "pmmx" ;; + mips32*-*-*-*) echo "mips32" ;; |