mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
6 lines
260 B
Mathematica
6 lines
260 B
Mathematica
|
# Target: Acorn RISC machine (ARM) with simulator
|
||
|
TDEPFILES= arm-tdep.o wince.o
|
||
|
TM_FILE= tm-wince.h
|
||
|
MT_CFLAGS=-DARM -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
|
||
|
WIN32LIBS=-lrapi
|