Changes between Version 11 and Version 12 of Archi-1-TD9
- Timestamp:
- May 11, 2022, 1:16:02 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archi-1-TD9
v11 v12 381 381 CFLAGS += -mips32r2 # define of MIPS version 382 382 CFLAGS += -std=c99 # define of syntax version of C 383 CFLAGS += -fno-common # no use common sections for no nstatic vars383 CFLAGS += -fno-common # no use common sections for nostatic vars 384 384 CFLAGS += -fno-builtin # no use builtin func of gcc (ie strlen) 385 385 CFLAGS += -fomit-frame-pointer # only use of stack pointer ($29)