aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2016-02-15 23:32:06 +0100
committerJohannes Schickel2016-02-15 23:32:52 +0100
commitd1f4afeee3d9d788155a9b028a3aa1832d9882fb (patch)
tree6969490c5bdffeb294ef98abad70721e129d5e91
parenta794c021f62a1e17d39d21fb81c6b0429444ef54 (diff)
downloadscummvm-rg350-d1f4afeee3d9d788155a9b028a3aa1832d9882fb.tar.gz
scummvm-rg350-d1f4afeee3d9d788155a9b028a3aa1832d9882fb.tar.bz2
scummvm-rg350-d1f4afeee3d9d788155a9b028a3aa1832d9882fb.zip
CONFIGURE: Update host alias for raspberrypi for new toolchain.
On request of Vanfanel.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bce9dc8f9b..9254c83f9c 100755
--- a/configure
+++ b/configure
@@ -1318,7 +1318,7 @@ raspberrypi)
_host_cpu=arm
# This tuple is the one used by the official Rpi toolchain.
# It may change in the future.
- _host_alias=bcm2708hardfp
+ _host_alias=arm-linux-gnueabihf
;;
caanoo)
_host_os=gph-linux