diff options
author | Marvin Borner | 2020-09-12 22:24:49 +0200 |
---|---|---|
committer | Marvin Borner | 2020-09-12 22:24:49 +0200 |
commit | 3d9a3328f4f055193c87e4c004edfbcfaec44be8 (patch) | |
tree | 548c54bb723fffbe961655f6d20b6819020353a1 /boot/Makefile | |
parent | 52ca9e4f610e65077cb2fab7c1ed0e802fa4ac59 (diff) |
Some casual bug fixes
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index 44743d7..a3cec04 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -5,7 +5,7 @@ LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-objcopy AS = nasm -CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -ffunction-sections -fno-builtin -std=c99 -m32 -pedantic-errors +CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors ASFLAGS = -f elf32 |