]> git.pld-linux.org Git - packages/gnu-efi.git/commitdiff
- changed way to pass -m64 on x32 to cover also assembly files; release 2 auto/th/gnu-efi-3.0.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Jun 2017 19:54:14 +0000 (21:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Jun 2017 19:54:14 +0000 (21:54 +0200)
gnu-efi.spec

index 33b8f655267ff68f2455dc594e762730ac0dd066..86616512cae08ff117e36ca15bb6ca97dea47efd 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
 Name:          gnu-efi
 # NOTE: don't use early 3.1, it doesn't support EFI x86_64
 Version:       3.0.5
-Release:       1
+Release:       2
 Epoch:         1
 # Intel and HP's BSD-like license, except setjmp code coming from GRUB
 License:       BSD-like
@@ -36,13 +36,13 @@ ARCHFLAGS=
 %ifarch ia64
 ARCHFLAGS=-frename-registers
 %endif
-%ifarch x32
-# use x86_64 EFI ABI
-ARCHFLAGS=-m64
-%endif
+# on x32: use x86_64 EFI ABI
 CFLAGS="%{rpmcflags} $ARCHFLAGS" \
 %{__make} -j1 \
        ARCH=%{efi_arch} \
+%ifarch x32
+       ARCH3264=-m64 \
+%endif
        CC="%{__cc}" \
        OBJCOPY=objcopy
 
This page took 0.032653 seconds and 4 git commands to generate.