diff options
author | Max Horn | 2009-09-25 11:22:14 +0000 |
---|---|---|
committer | Max Horn | 2009-09-25 11:22:14 +0000 |
commit | 1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e (patch) | |
tree | 2c145b1341efabb7096179a7635739fcc748f746 /configure | |
parent | 399c511f908b5e6cc6bf13f926c12e0ca3470060 (diff) | |
download | scummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.tar.gz scummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.tar.bz2 scummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.zip |
Move linuxmoto specific stuff from ports.mk to a new file backends/platform/linuxmoto/linuxmoto.mk
svn-id: r44342
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 |