summaryrefslogtreecommitdiff
path: root/build-scripts/raspberrypi-buildbot.sh
diff options
context:
space:
mode:
authorGabriel Jacobo <gabomdq@gmail.com>2013-11-17 11:07:55 -0300
committerGabriel Jacobo <gabomdq@gmail.com>2013-11-17 11:07:55 -0300
commit44d0dc83186c8b7bc411b8765e5c2072aa6641ab (patch)
tree41aa560d48568f7ced9fe6ddb762e16b3c21f173 /build-scripts/raspberrypi-buildbot.sh
parent6ea74aa95b8458da74c3a962cbb8a46c33de3f96 (diff)
downloadsdl-44d0dc83186c8b7bc411b8765e5c2072aa6641ab.tar.gz
Fixes building for RPi using --no-undefined
Diffstat (limited to 'build-scripts/raspberrypi-buildbot.sh')
-rwxr-xr-xbuild-scripts/raspberrypi-buildbot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index 4c746c014..bcffaf4a3 100755
--- a/build-scripts/raspberrypi-buildbot.sh
+++ b/build-scripts/raspberrypi-buildbot.sh
@@ -39,7 +39,7 @@ mkdir -p $BUILDBOTDIR
pushd $BUILDBOTDIR
SYSROOT="/opt/rpi-sysroot"
-export CC="/opt/rpi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc --sysroot=$SYSROOT -I$SYSROOT/opt/vc/include -I$SYSROOT/usr/include -I$SYSROOT/opt/vc/include/interface/vcos/pthreads -I$SYSROOT/opt/vc/include/interface/vmcs_host/linux"
+export CC="/opt/rpi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc --sysroot=$SYSROOT -I$SYSROOT/opt/vc/include -I$SYSROOT/usr/include -I$SYSROOT/opt/vc/include/interface/vcos/pthreads -I$SYSROOT/opt/vc/include/interface/vmcs_host/linux -L$SYSROOT/opt/vc/lib"
# -L$SYSROOT/usr/lib/arm-linux-gnueabihf"
# !!! FIXME: shouldn't have to --disable-* things here.
../configure --with-sysroot=$SYSROOT --host=arm-raspberry-linux-gnueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd