44 lines
1.1 KiB
Diff
44 lines
1.1 KiB
Diff
|
diff -aruN rpm-4.16.1.3/rpmrc.in rpm-4.16.1.3.alma/rpmrc.in
|
||
|
--- rpm-4.16.1.3/rpmrc.in 2024-11-22 12:40:24
|
||
|
+++ rpm-4.16.1.3.alma/rpmrc.in 2024-11-22 12:42:04
|
||
|
@@ -22,6 +22,7 @@
|
||
|
optflags: geode -Os -g -m32 -march=geode
|
||
|
optflags: ia64 -O2 -g
|
||
|
optflags: x86_64 -O2 -g
|
||
|
+optflags: x86_64_v2 -O2 -g -march=x86-64-v2
|
||
|
optflags: amd64 -O2 -g
|
||
|
optflags: ia32e -O2 -g
|
||
|
|
||
|
@@ -147,6 +148,7 @@
|
||
|
archcolor: ia64 2
|
||
|
|
||
|
archcolor: x86_64 2
|
||
|
+archcolor: x86_64_v2 2
|
||
|
|
||
|
archcolor: sh3 1
|
||
|
archcolor: sh4 1
|
||
|
@@ -376,6 +378,7 @@
|
||
|
buildarchtranslate: ia64: ia64
|
||
|
|
||
|
buildarchtranslate: x86_64: x86_64
|
||
|
+buildarchtranslate: x86_64_v2: x86_64
|
||
|
buildarchtranslate: amd64: x86_64
|
||
|
buildarchtranslate: ia32e: x86_64
|
||
|
|
||
|
@@ -489,6 +492,7 @@
|
||
|
arch_compat: x86_64: amd64 em64t athlon noarch
|
||
|
arch_compat: amd64: x86_64 em64t athlon noarch
|
||
|
arch_compat: ia32e: x86_64 em64t athlon noarch
|
||
|
+arch_compat: x86_64_v2: x86_64 amd64 em64t athlon noarch
|
||
|
|
||
|
arch_compat: sh3: noarch
|
||
|
arch_compat: sh4: noarch
|
||
|
@@ -624,6 +628,7 @@
|
||
|
|
||
|
buildarch_compat: ia64: noarch
|
||
|
|
||
|
+buildarch_compat: x86_64_v2: x86_64
|
||
|
buildarch_compat: x86_64: noarch
|
||
|
buildarch_compat: amd64: x86_64
|
||
|
buildarch_compat: ia32e: x86_64
|