diff options
author | Johannes Schickel | 2016-02-15 23:32:06 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-02-15 23:32:52 +0100 |
commit | d1f4afeee3d9d788155a9b028a3aa1832d9882fb (patch) | |
tree | 6969490c5bdffeb294ef98abad70721e129d5e91 | |
parent | a794c021f62a1e17d39d21fb81c6b0429444ef54 (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |