NJU-ProjectN/navy-apps e8346911c80af39b63e47d8aba5878e43231ad63 libos,native: add comment for the format of /proc/dispinfo
5 lines
283 B
Makefile
5 lines
283 B
Makefile
LNK_ADDR = $(if $(VME), 0x40000000, 0x03000000)
|
|
CFLAGS += -m32 -fno-pic -march=i386 -mstringop-strategy=loop -mno-inline-all-stringops
|
|
CFLAGS += -fcf-protection=none # remove endbr32 in Ubuntu 20.04 with a CPU newer than Comet Lake
|
|
LDFLAGS += -melf_i386 -Ttext-segment $(LNK_ADDR)
|