Age | Commit message (Collapse) | Author |
|
issues and changed SurfaceSdlGraphicsManager constructor call parameters on DispmanXSdlGraphicsManager constructor.
|
|
|
|
DISPMANX because it controls whether dispmanx rendering backend is enabled or not on the Raspberry Pi.
|
|
to dispmanx.
|
|
modern Raspbian that uses multiarch.
|
|
|
|
This allows replacing constructs like
LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
by
append_var LDFLAGS "-static-libgcc -static-libstdc++"
or even
append_var LDFLAGS -static-libgcc -static-libstdc++
which improves readability and reduces "code duplication", and thus
reduces the risk of introducing certain bugs (e.g. like this one:
LDFLAGS="$LDFLAG -static-libgcc -static-libstdc++"
|
|
files and docs to conform to fingolfin's corrections.
|
|
|
|
RaspberryPi information file.
|
|
|
|
decrease buffers to 2.
|
|
|
|
|
|
pick it up for us.
|
|
|
|
This is based upon skristiansson's change set to make ScummVM work with SDL2.
|
|
|
|
Calls larger than 32MB away should no longer cause linker errors, provided libraries are rebuilt with that too
|
|
powerpc-* targets get detected properly again now
|
|
|
|
This has been hanging in the air forever, but for the sake of cleanness
now is defined.
|
|
|
|
|
|
|
|
This is not necessary if we got --with-libunity-prefix= (line
1447).
That's not always the case though.
|
|
Previously we asked for unity == 3.8.1, which broke things everywhere else
|
|
"4" is the version of the OS. It will certainly change with future updates.
|
|
This moves the AmigaOS4 specific packaging rules from the global
ports.mk to a port specific makefile in the AmigaOS subdirectory of
the SDL backend (used for AmigaOS).
Previously, port specific makefiles were only used for cross compiling
builds and thus had a single entry in the cross compiling section of
the configure. Since AmigaOS4 is a desktop system supporting native
build, this required a second entry for when the host system is detected
as ppc-amigaos to support native builds.
However, currently this does break packaging of cross compiled builds
for Win32, OSX and Unix when done on AmigaOS4... but this is not likely
and has limited impact. To fix this, default _port_mk lines would need
to be added to the sections of the cross compiling switch for mingw32
etc. to override the AmigaOS4 OS setting of _port_mk.
|
|
|
|
Fixes bug #6666 "IRIX: configure mistakenly detects
$_host_alias-strings".
|
|
|
|
It causes a crash on startup for unknown reasons
|
|
|
|
|
|
|
|
This is not critical to build configuration and any problems would
be visible by an incorrect endian test result.
|
|
Thanks to LordHoto for the amendment to surpress error output.
|
|
This was missed from the Wii patch as the Wii is Big Endian.
|
|
This is the last outstanding change of patch #1359 - "Update
wii/gamecube configure" submitted on 2010-11-15.
|
|
The autodetection should be fixed or modified to remove these hardcoded
library enables. For now, we add another minor HACK to disable the
troublesome Tremor Ogg Vorbis enable on older SDK, which should fix the
buildbot builds.
|
|
This will allow compilation using the older SDK until the buildbot
PS2 toolchain SDK can be upgraded and we can confirm the newer SDK
builds are working correctly.
|
|
PS2: Pull request to master for latest PS2 code
|
|
|
|
This is due to the 4 byte long as int32 which leads to format mismatch
warnings. These are supressed to allow any real issues to be seen.
|
|
These previously caused crashes due to missing symbols in the dynamic
symbol table.
|
|
As the GCC manual notes, "On most systems that use stabs format, -g
enables use of extra debugging information that only GDB can use;
this extra information makes debugging work better in GDB but will
probably make other debuggers crash or refuse to read the program."
-gstabs produces stabs without GDB extensions, and thus the AmigaOS
debugger will work.
|
|
Can't use the first three characters of the ABI as "mips" is four
characters. Better than this is a separate variable anyway.
|
|
The host targets for Android ARM builds are changed to "android-arm"
and "android-arm-v7a", from "android" and "android-v7a", and two new
targets are added of "android-mips" for MIPS and "android-x86" for
x86.
The older "android" and "android-v7a" targets are still supported,
but are deprecated.
|
|
|