Skip to content

Commit

Permalink
Disable fixed point arthemetics
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <carsten.munk@jollamobile.com>
  • Loading branch information
Carsten Munk committed Dec 13, 2014
1 parent 499600d commit a414722
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions cross-aarch64-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv5tel-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv6l-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv7hl-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv7l-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv7nhl-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv7thl-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-armv7tnhl-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-i486-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-mipsel-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
1 change: 1 addition & 0 deletions cross-x86_64-gcc.spec
Expand Up @@ -765,6 +765,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down
3 changes: 3 additions & 0 deletions gcc.changes
@@ -1,3 +1,6 @@
* Sat Dec 13 2014 Carsten Munk <carsten.munk@jolla.com> - 4.8.3
- Disables fixed point arthemetic, takes ages to build

* Fri Aug 29 2014 Davide Bettio <davide.bettio@ispirata.com> - 4.8.3
- Switch to private cloog-isl and isl libraries

Expand Down
1 change: 1 addition & 0 deletions gcc.spec
Expand Up @@ -764,6 +764,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-multilib \
%endif
--enable-checking=release \
--disable-fixed-point \
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
--enable-gnu-unique-object --enable-lto \
--enable-linker-build-id \
Expand Down

0 comments on commit a414722

Please sign in to comment.