Files
zzy 525a3e295b NJU-ProjectN/navy-apps ics2023 initialized
NJU-ProjectN/navy-apps e8346911c80af39b63e47d8aba5878e43231ad63 libos,native: add comment for the format of /proc/dispinfo
2024-09-22 10:14:24 +08:00

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)