Enable mips16e instruction set for all user binaries.

This commit is contained in:
Serge Vakulenko
2015-11-03 21:36:31 -08:00
parent abcfb06b0b
commit 7ddf7686a3
21 changed files with 54 additions and 42 deletions

View File

@@ -85,3 +85,6 @@ CFLAGS = -O
LDFLAGS += -N -nostartfiles -fno-dwarf2-cfi-asm -T$(TOPSRC)/src/elf32-mips.ld \
$(TOPSRC)/src/crt0.o -L$(TOPSRC)/src
LIBS = -lc
# Enable mips16e instruction set by default
CFLAGS += -mips16