diff options
Diffstat (limited to 'preinit/Makefile')
-rw-r--r-- | preinit/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/preinit/Makefile b/preinit/Makefile new file mode 100644 index 0000000..698bf99 --- /dev/null +++ b/preinit/Makefile @@ -0,0 +1,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 |