summaryrefslogtreecommitdiff
path: root/LibC/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-31 02:09:11 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-10-31 02:09:11 +0100
commitbb90c8ecabd42d44094d1ce783ea8a9e346695bc (patch)
tree56074025556fb38c724cf897b195f514ed1636a0 /LibC/Makefile
parent511ed4c4de349dd62dc302c9d46603aaeaf19f3d (diff)
downloadserenity-bb90c8ecabd42d44094d1ce783ea8a9e346695bc.zip
A bunch of LibC boilerplate stuff added while trying to get figlet to build.
Diffstat (limited to 'LibC/Makefile')
-rw-r--r--LibC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index 15f5b33b7a..88ab201b63 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -23,7 +23,7 @@ OBJS = $(AK_OBJS) $(LIBC_OBJS)
LIBRARY = LibC.a
ARCH_FLAGS =
-STANDARD_FLAGS = -std=c++17 -nostdinc++ -nostdlib
+STANDARD_FLAGS = -std=c++17 -nostdinc++ -nostdlib -nostdinc
LIBC_FLAGS = -ffreestanding -fno-stack-protector -fno-ident
WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings
FLAVOR_FLAGS = -fomit-frame-pointer -mregparm=3 -march=i386 -m32 -fno-exceptions -fno-rtti -ffunction-sections -fdata-sections -fmerge-all-constants -fno-unroll-loops -falign-functions=1 -falign-jumps=1 -falign-loops=1 -fno-pie -fno-pic