Stefan Schuermans commited on 2012-03-15 21:45:23 Showing 2 changed files, with 2 additions and 1 deletions.
@@ -4,7 +4,7 @@ PERL=perl
CC=mipsel-elf-gcc
LD=mipsel-elf-ld
OBJCOPY=mipsel-elf-objcopy
-CFLAGS=-Wall -Wextra -mips1 -mno-abicalls
+CFLAGS=-Wall -Wextra -mips1 -mno-abicalls -Os
LFLAGS=-mips1
BASES=$(patsubst %.c,%,$(SRCS))
@@ -8,6 +8,7 @@ SECTIONS
. = 0x00010000;
.ram : {
*(.rodata)
+ *(.rodata.*)
*(.data)
*(.bss)
*(.sbss)