Skip to content

Commit

Permalink
Modify binutils configure flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Oct 3, 2013
1 parent 85ca6d9 commit ca7b870
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/binutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,17 @@ PKG_CONFIGURE_FLAGS=(
#
--with-libiconv-prefix=$PREREQ_DIR/libiconv-$BUILD_ARCHITECTURE
#
--disable-rpath
--disable-nls
--disable-werror
--with-system-zlib
#
$LINK_TYPE_GCC
#
--with-{gmp,mpfr,mpc,isl,cloog}=$PREREQ_DIR/$HOST-$LINK_TYPE_SUFFIX
--disable-isl-version-check
--disable-cloog-version-check
#
CFLAGS="\"$COMMON_CFLAGS\""
CXXFLAGS="\"$COMMON_CXXFLAGS\""
CPPFLAGS="\"$COMMON_CPPFLAGS\""
Expand Down

0 comments on commit ca7b870

Please sign in to comment.