aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-15 00:59:52 +0100
committertwinaphex2014-12-15 00:59:52 +0100
commit6b8c7d2376bb04578dec209eeafc037c33a32d45 (patch)
tree01e95a3b8e66ea12004d20a667f3f3eff45b5107 /Makefile
parentb27c451831082179cc9bc3c1b3424ebb0f66dd74 (diff)
downloadsnesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.tar.gz
snesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.tar.bz2
snesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.zip
Use MSB_FIRST instead of LSB_FIRST
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbd03ba..35dc02f 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ else ifeq ($(platform), psp1)
CXX = psp-g++$(EXE_EXT)
AR = psp-ar$(EXE_EXT)
STATIC_LINKING = 1
- FLAGS += -G0 -DLSB_FIRST
+ FLAGS += -G0
CFLAGS += -march=allegrex -mno-abicalls -fno-pic -fno-builtin \
-fno-exceptions -ffunction-sections -mno-long-calls \
-fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \