[Scummvm-git-logs] scummvm master -> 3b26e0c4f28a64c99d735d506d5bd788022bf6a8

lephilousophe lephilousophe at users.noreply.github.com
Fri Mar 5 22:20:12 UTC 2021


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:
3b26e0c4f2 RISCOS: Fix internal compiler error in VFP build


Commit: 3b26e0c4f28a64c99d735d506d5bd788022bf6a8
    https://github.com/scummvm/scummvm/commit/3b26e0c4f28a64c99d735d506d5bd788022bf6a8
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-03-05T23:20:09+01:00

Commit Message:
RISCOS: Fix internal compiler error in VFP build

Changed paths:
    configure


diff --git a/configure b/configure
index 10eae74c55..f40badb461 100755
--- a/configure
+++ b/configure
@@ -3262,6 +3262,8 @@ if test -n "$_host"; then
 		arm-linux|arm*-linux-gnueabi|arm-*-linux)
 			;;
 		arm-vfp-riscos)
+			# -O2 causes internal compiler error on VFP only with gcc 4.7
+			_optimization_level=-O1
 			append_var LDFLAGS "-L$GCCSDK_INSTALL_ENV/vfp/lib"
 			append_var CXXFLAGS "-isystem $GCCSDK_INSTALL_ENV/vfp/include"
 			_sdlpath=$GCCSDK_INSTALL_ENV/vfp/bin




More information about the Scummvm-git-logs mailing list