[Scummvm-cvs-logs] scummvm master -> d1f4afeee3d9d788155a9b028a3aa1832d9882fb

lordhoto lordhoto at gmail.com
Mon Feb 15 23:34:11 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d1f4afeee3 CONFIGURE: Update host alias for raspberrypi for new toolchain.


Commit: d1f4afeee3d9d788155a9b028a3aa1832d9882fb
    https://github.com/scummvm/scummvm/commit/d1f4afeee3d9d788155a9b028a3aa1832d9882fb
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-15T23:32:52+01:00

Commit Message:
CONFIGURE: Update host alias for raspberrypi for new toolchain.

On request of Vanfanel.

Changed paths:
    configure



diff --git a/configure b/configure
index bce9dc8..9254c83 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






More information about the Scummvm-git-logs mailing list