aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'i686/toolchain.mk')
-rw-r--r--i686/toolchain.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/i686/toolchain.mk b/i686/toolchain.mk
index 1205c28..f3f4732 100644
--- a/i686/toolchain.mk
+++ b/i686/toolchain.mk
@@ -1,7 +1,6 @@
ARCH=i686
# define compiler, linker, archiver and strip and their flags
-# FIXME: cpp threadsafe statics
${ARCH}_AS := i686-elf-as
${ARCH}_CC := i686-elf-gcc
@@ -10,12 +9,6 @@ ${ARCH}_CFLAGS := -Wall -Wextra -Wpedantic -Werror=shadow -Wconversion -fanaly
-D__ARCH__="${ARCH}" -ffreestanding -std=gnu11 -mgeneral-regs-only \
$(shell echo ${CONFIG_CFLAGS})
-${ARCH}_CXX := i686-elf-g++
-${ARCH}_CXXID := $(shell ${${ARCH}_CXX} --version | head -n1)
-${ARCH}_CXXFLAGS := -Wall -Wextra -Wpedantic -Werror=shadow -Wconversion -ffreestanding -std=c++17 \
- -mgeneral-regs-only -fno-use-cxa-atexit -fno-threadsafe-statics -fno-exceptions -fno-rtti \
- $(shell echo ${CONFIG_CXXFLAGS})
-
${ARCH}_LD := i686-elf-ld
${ARCH}_LDID := $(shell ${${ARCH}_LD} --version | head -n1)
${ARCH}_LDFLAGS := -static -nostdlib \