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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Archi-1-TD9

    v10 v11  
    378378
    379379CFLAGS  = -c #                         stop after compilation, then produce .o
    380 CFLAGS += -Wall -Werror #              almost all C warnings that becoming errors
     380CFLAGS += -Wall -Werror #              near all C warnings that becoming errors
    381381CFLAGS += -mips32r2 #                  define of MIPS version
    382382CFLAGS += -std=c99 #                   define of syntax version of C
     
    386386CFLAGS += -G0 #                        do not use global data pointer ($28)
    387387CFLAGS += -O3 #                        full optimisation mode of compiler
    388 CFLAGS += -I. #                        dir. where include files like <file.h> are
     388CFLAGS += -I. #                        dir. where include <file.h> are
    389389CFLAGS += -DNTTYS=$(NTTY) #            number of ttys in the prototype   
    390390