Changes between Version 9 and Version 10 of Archi-1-TD9
- Timestamp:
- May 11, 2022, 1:13:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archi-1-TD9
v9 v10 381 381 CFLAGS += -mips32r2 # define of MIPS version 382 382 CFLAGS += -std=c99 # define of syntax version of C 383 CFLAGS += -fno-common # dont use common sections for non-static vars384 CFLAGS += -fno-builtin # do not use builtin func of gcc (ie.strlen)383 CFLAGS += -fno-common # no use common sections for nonstatic vars 384 CFLAGS += -fno-builtin # no use builtin func of gcc (ie strlen) 385 385 CFLAGS += -fomit-frame-pointer # only use of stack pointer ($29) 386 386 CFLAGS += -G0 # do not use global data pointer ($28)