aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarcus Comstedt2009-10-10 11:42:41 +0000
committerMarcus Comstedt2009-10-10 11:42:41 +0000
commit16042120301a5b562415f1a35cba0a2ef782a131 (patch)
treeadb43e2ef05684574ca6741559fa09d232116151 /backends
parent053cbdecc7b08c1ffd7711d99b0d2f24f1639deb (diff)
downloadscummvm-rg350-16042120301a5b562415f1a35cba0a2ef782a131.tar.gz
scummvm-rg350-16042120301a5b562415f1a35cba0a2ef782a131.tar.bz2
scummvm-rg350-16042120301a5b562415f1a35cba0a2ef782a131.zip
Makefile.common now requires us to set $(LD) as well...
svn-id: r44867
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/dc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile
index 6553e500ad..a669c0c0f5 100644
--- a/backends/platform/dc/Makefile
+++ b/backends/platform/dc/Makefile
@@ -10,6 +10,7 @@ VPATH = $(srcdir)
CC = sh-elf-gcc -ml -m4-single-only
CXX = sh-elf-g++ -ml -m4-single-only
+LD = $(CXX)
CXXFLAGS= -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions
DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE
LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o