7 lines
202 B
Makefile
7 lines
202 B
Makefile
all:
|
|
i486-linux-gcc \
|
|
-static -nostdlib -nostartfiles -ffreestanding -fno-pic -fno-pie \
|
|
-Os -ffunction-sections -fdata-sections -Wl,-gc-sections \
|
|
-Ilinux-headers \
|
|
init.c -o init
|