aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/ds.mk
diff options
context:
space:
mode:
authorMax Horn2010-07-01 16:26:18 +0000
committerMax Horn2010-07-01 16:26:18 +0000
commita905327e65be97824e3faf483d3e535e763586cd (patch)
tree4a0781ce9df74be951b109f96c37f997b3dca7f8 /backends/platform/ds/ds.mk
parent78b6e246df844ea7f38d1c879ddc5dbeb767938c (diff)
downloadscummvm-rg350-a905327e65be97824e3faf483d3e535e763586cd.tar.gz
scummvm-rg350-a905327e65be97824e3faf483d3e535e763586cd.tar.bz2
scummvm-rg350-a905327e65be97824e3faf483d3e535e763586cd.zip
NDS: Fix typo
svn-id: r50557
Diffstat (limited to 'backends/platform/ds/ds.mk')
-rw-r--r--backends/platform/ds/ds.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/ds.mk b/backends/platform/ds/ds.mk
index aeba1820c6..555e7ece06 100644
--- a/backends/platform/ds/ds.mk
+++ b/backends/platform/ds/ds.mk
@@ -65,7 +65,7 @@ OBJCOPY := $(DEVKITARM)/bin/arm-eabi-objcopy
#
ARM7_ARCH := -mthumb-interwork
-# note: arm9tdmi isn't the correct CPU arch, but anything newer and LD
+# note: arm7tdmi isn't the correct CPU arch, but anything newer and LD
# *insists* it has a FPU or VFP, and it won't take no for an answer!
ARM7_CFLAGS := -g -Wall -O2\
-mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer\