remove --with-* option 66/59966/1 accepted/tizen/base/20160224.043513 submit/tizen_base/20160223.080204
authorChan Lee <chan45.lee@samsung.com>
Thu, 18 Feb 2016 09:44:01 +0000 (18:44 +0900)
committerChan Lee <chan45.lee@samsung.com>
Mon, 22 Feb 2016 01:28:34 +0000 (10:28 +0900)
remove -with-* option on arm archtecture.
We'd prefer to define this options in global option.

Change-Id: I9eeb9589d14236fda35ba4c7459e8885d8297886
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
packaging/gcc-aarch64.spec
packaging/gcc-armv7l.spec
packaging/linaro-gcc.spec

index f26a20b..dfb9c34 100644 (file)
@@ -646,10 +646,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{!?cross: \
 %ifarch armv7l
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 %endif
 %ifarch aarch64
@@ -669,10 +665,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{?cross: \
 %{?armv7l: \
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 } \
 %{?aarch64: \
index 43a4ea3..d355192 100644 (file)
@@ -646,10 +646,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{!?cross: \
 %ifarch armv7l
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 %endif
 %ifarch aarch64
@@ -669,10 +665,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{?cross: \
 %{?armv7l: \
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 } \
 %{?aarch64: \
index 3fc34de..3546b92 100644 (file)
@@ -643,10 +643,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{!?cross: \
 %ifarch armv7l
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 %endif
 %ifarch aarch64
@@ -666,10 +662,6 @@ TCFLAGS="$RPM_OPT_FLAGS" GCJFLAGS="$RPM_OPT_FLAGS" \
 %{?cross: \
 %{?armv7l: \
        --with-arch=armv7-a \
-       --with-tune=cortex-a8 \
-       --with-float=softfp \
-       --with-fpu=neon \
-       --with-mode=thumb \
        --disable-sjlj-exceptions \
 } \
 %{?aarch64: \