File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,12 @@ package Build::Features;
117117our $preinstallimage = 1; # on sale now
118118package Build ;
119119
120- # this is synced with rpm 4.17 .0. The additional architectures of arm behind the spaces are
120+ # this is synced with rpm 4.20 .0. The additional architectures of arm behind the spaces are
121121# from MeeGo project. They don't exist elsewhere, but don't conflict either luckily
122122my $std_macros = q{
123123%define nil
124124%define ix86 i386 i486 i586 i686 pentium3 pentium4 athlon geode
125+ %define x86_64 x86_64 x86_64_v2 x86_64_v3 x86_64_v4 amd64 em64t
125126%define arm32 armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl armv8l armv8hl armv8hnl armv8hcnl
126127%define arm %{arm32}
127128%define arml armv3l armv4l armv5l armv5tel armv6l armv6hl armv7l armv7hl armv7hnl
You can’t perform that action at this time.
0 commit comments