diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | rpmrc.in | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,5 @@ - rpmrc: drop arches we don't really support +- rpmrc: drop arch_compat also available in /usr/lib/rpm/rpmrc - macros: use -Wl,-z,now with -Wl,-z,relro unless _disable_ld_now is defined - mangle script shebangs @@ -48,9 +48,4 @@ buildarchtranslate: armv8hcnl: @ARMV8CANONTARGETCPU@ ############################################################# # Architecture compatibility -arch_compat: osfmach3_i686: i686 osfmach3_i586 -arch_compat: osfmach3_i586: i586 osfmach3_i486 -arch_compat: osfmach3_i486: i486 osfmach3_i386 -arch_compat: osfmach3_i386: i486 - arch_compat: armv8l: armv7hl |