]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
tar: Fix use of wrong compiler.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 21:02:33 +0000 (22:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 21:02:33 +0000 (22:02 +0100)
pkgs/core/tar/tar.nm

index 35ebb0dacd719ef42c99e69cb73fe48a9b038c72..71d98eacd0646a0775fd52cb1b3af9509f8da0ab 100644 (file)
@@ -63,9 +63,8 @@ PKG_PATCHES   += $(THISAPP)-xattrs-conf-1.patch
 
 define STAGE_BUILD
        cd $(DIR_APP) && \
-               CC="$(TARGET)-gcc -std=gnu99 -fgnu89-inline" \
+               CC="gcc -std=gnu99 -fgnu89-inline" \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --libexecdir=/usr/sbin