forked from len0rd/rockbox
Revert unnecessary fix for broken Interix-gcc 4.2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18670 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f60c1ae050
commit
e10a5a5ef5
1 changed files with 1 additions and 3 deletions
|
|
@ -146,7 +146,6 @@ gccpatch="" # default is no gcc patch
|
|||
gccver="4.0.3" # default gcc version
|
||||
binutils="2.16.1" # The binutils version to use
|
||||
gccconfigure="" #default is nothing added to configure
|
||||
binutilsconf="" #default is nothing added to configure
|
||||
|
||||
system=`uname -s`
|
||||
gccurl="http://www.rockbox.org/gcc"
|
||||
|
|
@ -187,7 +186,6 @@ case $arch in
|
|||
case $system in
|
||||
Interix)
|
||||
gccpatch="gcc-4.1.2-interix.diff"
|
||||
binutilsconf="--disable-werror"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
@ -270,7 +268,7 @@ mkdir build-binu
|
|||
echo "ROCKBOXDEV: cd build-binu"
|
||||
cd build-binu
|
||||
echo "ROCKBOXDEV: binutils/configure"
|
||||
../binutils-$binutils/configure --target=$target --prefix=$prefix/$target $binutilsconf
|
||||
../binutils-$binutils/configure --target=$target --prefix=$prefix/$target
|
||||
echo "ROCKBOXDEV: binutils/make"
|
||||
$make
|
||||
echo "ROCKBOXDEV: binutils/make install to $prefix/$target"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue