mirror of
https://github.com/buhman/nds.git
synced 2025-06-18 14:35:38 -04:00
6 lines
210 B
Makefile
6 lines
210 B
Makefile
TARGET = arm-none-eabi-
|
|
AARCH = -march=armv5te+nofp -mlittle-endian
|
|
CARCH = -march=armv5te+nofp -mtune=arm946e-s -mlittle-endian -mno-thumb-interwork
|
|
OBJARCH = -O elf32-littlearm -B armv5te
|
|
LDSCRIPT = arm9.lds
|