]> git.pld-linux.org Git - packages/gnu-efi.git/commitdiff
- updated to 3.0e2 auto/th/gnu-efi-3_0e2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Sep 2008 19:56:11 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnu-efi.spec -> 1.12

gnu-efi.spec

index 4d978fac60aab94eab353a0bceb80501ed05fc8c..7be96a39ed227acfcb4419618bc017bf93b12221 100644 (file)
@@ -2,13 +2,13 @@ Summary:      GNU-EFI - building EFI applications using the GNU toolchain
 Summary(pl.UTF-8):     GNU-EFI - tworzenie aplikacji EFI przy użyciu narzędzi GNU
 Name:          gnu-efi
 # NOTE: don't use 3.1, it doesn't support EFI x86_64
-Version:       3.0d
-Release:       2
+Version:       3.0e2
+Release:       1
 # efilib is on Intel's BSD-like license, HP's glue code is GPL'd
 License:       GPL v2+, portions on Intel's BSD-like license (see README.*)
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/gnu-efi/%{name}-%{version}.tar.gz
-# Source0-md5: 29013d3cd15009942fb855ba3e1a8096
+# Source0-md5: e9a55cc2a1036039e13b5823f3d55b0c
 URL:           http://gnu-efi.sourceforge.net/
 BuildRequires: binutils >= 3:2.17.50.0.14
 BuildRequires: gcc >= 6:4.1.1
@@ -28,18 +28,22 @@ IA-64 and x86 platforms using the GNU toolchain.
 dla platform IA-64 i x86 przy użyciu narzędzi GNU.
 
 %prep
-%setup -q
+%setup -q -n %{name}-3.0
 
 %build
 %ifarch %{x8664}
-WRAP="-DEFI_FUNCTION_WRAPPER"
+CFADD=" -DEFI_FUNCTION_WRAPPER -mno-red-zone"
 %else
-WRAP=
+%ifarch ia64
+CFADD=" -mfixed-range=f32-f127"
+%else
+CFADD=
+%endif
 %endif
 %{__make} -j1 \
        ARCH=$(echo %{_target_base_arch} | sed -e 's/i386/ia32/') \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar $WRAP" \
+       CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants$CFADD" \
        OBJCOPY=objcopy
 
 %install
This page took 0.049733 seconds and 4 git commands to generate.