From: Victor Martinez Date: Sat, 14 Sep 2013 15:37:20 +0000 (+0000) Subject: gcc: fixed pkgversion X-Git-Url: http://gitweb/?a=commitdiff_plain;h=60f5b73fc423219b1e18d698328a1310be4da3a9;p=crossrootfs.git gcc: fixed pkgversion --- diff --git a/gcc/Pkgfile b/gcc/Pkgfile index 7cdd4a2..a3003cf 100644 --- a/gcc/Pkgfile +++ b/gcc/Pkgfile @@ -40,7 +40,7 @@ build() { --disable-nls \ --with-x=no \ --with-system-zlib \ - --with-pkgversion="CRUX-ARMHF" + --with-pkgversion="CRUX-ARM" # prevent GCC from looking in the wrong directories for headers and libraries sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" -i Makefile