123456789101112 |
- @@ -15,3 +15,3 @@
- CFLAGS= -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \
- - -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector
- + -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -fgnu89-inline
-
- @@ -23,3 +23,2 @@
- all: clean memtest.bin memtest
- - scp memtest.bin root@192.168.0.12:/srv/tftp/mt86plus
|