]> git.pld-linux.org Git - packages/cross-binutils.git/commitdiff
pass CC
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Jan 2015 09:54:52 +0000 (11:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Jan 2015 09:54:52 +0000 (11:54 +0200)
cross-binutils.spec

index ae3495c607927e4394681cf38e1be0495e3e5145..e59bb279cd0a50dece1421332dbfb2f2e02cf3ad 100644 (file)
@@ -49,7 +49,7 @@
 Summary:       A GNU collection of cross-compilation binary utilities
 Name:          cross-binutils
 Version:       2.25
-Release:       0.9
+Release:       0.10
 License:       GPL v3+
 Group:         Development/Tools
 # Note - the Linux Kernel binutils releases are too unstable and contain too
@@ -337,6 +337,7 @@ config_target() {
 
        # We could optimize the cross builds size by --enable-shared but the produced
        # binaries may be less convenient in the embedded environment.
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}" \
        LDFLAGS="%{rpmldflags} -Wl,-z,relro" \
        ../%{srcdir}/configure \
This page took 0.075167 seconds and 4 git commands to generate.