aboutsummaryrefslogtreecommitdiffstats
path: root/preinit/Makefile
blob: 698bf995c3c41b2a15005522f41334c6b894a154 (plain)
1
2
3
4
5
6
all:
	gcc -m32 -march=i486 -mtune=i486 -fno-if-conversion -fno-if-conversion2 \
	    -static -nostdlib -nostartfiles -ffreestanding -fno-pic -fno-pie \
	    -Os -ffunction-sections -fdata-sections -Wl,-gc-sections \
	    -Ilinux-headers \
	    init.c -o init