12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
VERSION=BE.O
|
|
OBJECT_STYLE=32
|
|
XTRA=arcs.c avers.c
|
|
LCOPTS = -G 0 -non_shared
|
|
LCDEFS = -D_STANDALONE -DMP -D_KERNEL -DARCS_SA
|
|
LLDOPTS=-r -d -e startsc -allow_jump_at_eop
|
|
LLD_LIBS=${ROOT}/usr/lib/stand/${VERSION}/libsc.a
|
|
LCINCS=-I$(ROOT)/usr/include/standarcs
|
|
LD_CMD=$(LDF)
|
|
|
|
LD_AUX_CMD=mv $@ $@.elf; $(LD) -coff -e startsc -r -32 -o $@ $@.elf; rm $@.elf
|