You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
259 B
Makefile

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