Skip to content

Commit

Permalink
Update the setup for use with FreeBSD svn
Browse files Browse the repository at this point in the history
  • Loading branch information
zxombie committed Feb 16, 2014
1 parent b981602 commit 84c269c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Expand Up @@ -31,7 +31,7 @@ update_binutils()
build_binutils()
{
cd ${PREFIX}/aarch64-freebsd-binutils
./configure --prefix=${BUILD_PREFIX} --target=${TARGET}
./configure --prefix=${BUILD_PREFIX} --target=${TARGET} --with-sysroot=yes
gmake
gmake install
cd ${CWD}
Expand Down Expand Up @@ -72,6 +72,6 @@ mkdir -p ${BUILD_PREFIX}

update_binutils
build_binutils
update_gcc
build_gcc
#update_gcc
#build_gcc

0 comments on commit 84c269c

Please sign in to comment.