diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-04-29 21:22:24 -0400 |
commit | e5a5b64c61de0b687b465fb19d8f0208df7cc14e (patch) | |
tree | 00d8967a3cf7506e37d969e484a200b68c63b2c8 /preinit/Makefile | |
parent | 700a1b10b3a9d021b6a02d0f837ddfde52578634 (diff) |
add complete build system
Diffstat (limited to 'preinit/Makefile')
-rw-r--r-- | preinit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preinit/Makefile b/preinit/Makefile index 698bf99..ba1ad94 100644 --- a/preinit/Makefile +++ b/preinit/Makefile @@ -1,5 +1,5 @@ all: - gcc -m32 -march=i486 -mtune=i486 -fno-if-conversion -fno-if-conversion2 \ + i486-linux-gcc \ -static -nostdlib -nostartfiles -ffreestanding -fno-pic -fno-pie \ -Os -ffunction-sections -fdata-sections -Wl,-gc-sections \ -Ilinux-headers \ |