Changes between Version 11 and Version 12 of Archi-1-TD9


Ignore:
Timestamp:
May 11, 2022, 1:16:02 PM (3 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archi-1-TD9

    v11 v12  
    381381CFLAGS += -mips32r2 #                  define of MIPS version
    382382CFLAGS += -std=c99 #                   define of syntax version of C
    383 CFLAGS += -fno-common #                no use common sections for nonstatic vars
     383CFLAGS += -fno-common #                no use common sections for nostatic vars
    384384CFLAGS += -fno-builtin #               no use builtin func of gcc (ie strlen)
    385385CFLAGS += -fomit-frame-pointer #       only use of stack pointer ($29)