X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fcross-x86_64-gcc48-icecream-backend.spec;h=8cd65c1b82b9533115ae33cdac5c5e00ec836138;hb=25910f34de46cda53a7f78f6ed2021402eeb1f68;hp=e38fb3c0ca75913aca80ef636c398e00f0a283c7;hpb=b76a6723ee62e19863dc677e20d602451c009340;p=platform%2Fupstream%2Fgcc48.git diff --git a/packaging/cross-x86_64-gcc48-icecream-backend.spec b/packaging/cross-x86_64-gcc48-icecream-backend.spec index e38fb3c..8cd65c1 100644 --- a/packaging/cross-x86_64-gcc48-icecream-backend.spec +++ b/packaging/cross-x86_64-gcc48-icecream-backend.spec @@ -58,9 +58,7 @@ ExclusiveArch: ppc ppc64 %ix86 ia64 URL: http://gcc.gnu.org/ Version: 4.8.1 Release: 1 -%define gcc_version %(echo %version | sed 's/_.*//') -%define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2) -%define snapshot_date %(echo %version | sed 's/[34]\.[0-9]\.[0-6]//' | sed 's/_/-/') +%define gcc_dir_version 4.8 %define binsuffix -4.8 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: gcc-%{version}.tar.bz2 @@ -348,9 +346,9 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS $GCJ_EXTRA_FLAGS" \ %endif %if "%{TARGET_ARCH}" == "armv7l" --with-arch=armv7-a \ - --with-tune=cortex-a9 \ - --with-float=soft \ - --with-fpu=vfpv3-d16 \ + --with-tune=cortex-a8 \ + --with-float=softfp \ + --with-fpu=vfpv3 \ --disable-sjlj-exceptions \ %endif %if "%{TARGET_ARCH}" == "armv7hl"