]> git.pld-linux.org Git - packages/rpm.git/blobdiff - arm_abi.patch
append abi in target platform on %{arm}
[packages/rpm.git] / arm_abi.patch
diff --git a/arm_abi.patch b/arm_abi.patch
new file mode 100644 (file)
index 0000000..57c970b
--- /dev/null
@@ -0,0 +1,17 @@
+--- rpm-4.16.1.3/installplatform.orig  2021-03-28 17:56:17.725422731 +0200
++++ rpm-4.16.1.3/installplatform       2021-03-28 17:57:04.278251530 +0200
+@@ -111,12 +111,14 @@
+       ISABITS=32
+       CANONARCH=arm
+       CANONCOLOR=0
++      APPEND_TARGET_ABI=1
+       ;;
+     arm*)
+       ISANAME=`echo ${ARCH} | sed "s/^\([^-]*\)-.*/\1/"`
+       ISABITS=32
+       CANONARCH=arm
+       CANONCOLOR=0
++      APPEND_TARGET_ABI=1
+       ;;
+     alpha*)
+       ISANAME=alpha
This page took 0.030777 seconds and 4 git commands to generate.