diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1277,6 +1277,7 @@ if test -n "$_host"; then _backend="linuxmoto" _build_hq_scalers="no" _mt32emu="no" + add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk' ;; motomagx) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" @@ -1296,6 +1297,7 @@ if test -n "$_host"; then _backend="linuxmoto" _build_hq_scalers="no" _mt32emu="no" + add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk' ;; bfin*) _need_memalign=yes |