Changes between Version 9 and Version 10 of Archi-1-TD9


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Archi-1-TD9

    v9 v10  
    381381CFLAGS += -mips32r2 #                  define of MIPS version
    382382CFLAGS += -std=c99 #                   define of syntax version of C
    383 CFLAGS += -fno-common #                dont use common sections for non-static vars
    384 CFLAGS += -fno-builtin #               do not use builtin func of gcc (ie. strlen)
     383CFLAGS += -fno-common #                no use common sections for nonstatic vars
     384CFLAGS += -fno-builtin #               no use builtin func of gcc (ie strlen)
    385385CFLAGS += -fomit-frame-pointer #       only use of stack pointer ($29)
    386386CFLAGS += -G0 #                        do not use global data pointer ($28)