linux-486/preinit/Makefile

7 lines
259 B
Makefile
Raw Normal View History

2022-04-20 23:03:00 -04:00
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