# | Line 4 | Line 4 | |
---|---|---|
4 | CC = gcc | |
5 | CXX = c++ | |
6 | CXXFLAGS = -g -O1 -noixemul -m68020 -msmall-code -Wno-multichar | |
7 | < | CPPFLAGS = -I../include -I. |
7 | > | CPPFLAGS = -I../include -I../native_cpu -I. |
8 | DEFS = | |
9 | LDFLAGS = -noixemul | |
10 | LIBS = /gg/lib/libnix/swapstack.o |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |