Fix up compile flags

This commit is contained in:
mintsuki 2020-08-24 23:35:06 +02:00
parent f67f022d73
commit c97fc83bbf

View File

@ -3,14 +3,14 @@ CC = ../toolchain/bin/i386-elf-gcc
CFLAGS = -Os -pipe -Wall -Wextra CFLAGS = -Os -pipe -Wall -Wextra
INTERNAL_CFLAGS = \ INTERNAL_CFLAGS = \
-std=gnu99 \
-ffreestanding \ -ffreestanding \
-masm=intel \ -masm=intel \
-fno-pic \ -fno-pic \
-mno-80387 \
-mno-mmx \
-mno-sse \ -mno-sse \
-mno-sse2 \ -mno-sse2 \
-mno-mmx \
-mno-80387 \
-ffreestanding \
-fno-stack-protector \ -fno-stack-protector \
-I. \ -I. \
-Wno-address-of-packed-member -Wno-address-of-packed-member