From 6b8c7d2376bb04578dec209eeafc037c33a32d45 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 15 Dec 2014 00:59:52 +0100 Subject: Use MSB_FIRST instead of LSB_FIRST --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3