Skip to content

Commit 479f910

Browse files
authored
Add definition of %x86_64 from RPM 4.19.0+ (#1088)
1 parent fb56fe0 commit 479f910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ package Build::Features;
117117
our $preinstallimage = 1; # on sale now
118118
package 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
122122
my $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

0 commit comments

Comments
 (0)