diff options
author | twinaphex | 2014-12-15 00:59:52 +0100 |
---|---|---|
committer | twinaphex | 2014-12-15 00:59:52 +0100 |
commit | 6b8c7d2376bb04578dec209eeafc037c33a32d45 (patch) | |
tree | 01e95a3b8e66ea12004d20a667f3f3eff45b5107 /Makefile | |
parent | b27c451831082179cc9bc3c1b3424ebb0f66dd74 (diff) | |
download | snesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.tar.gz snesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.tar.bz2 snesemu-6b8c7d2376bb04578dec209eeafc037c33a32d45.zip |
Use MSB_FIRST instead of LSB_FIRST
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |