diff --git a/cpp.mk b/cpp.mk index 07f16f3b..e714da10 100644 --- a/cpp.mk +++ b/cpp.mk @@ -4,7 +4,7 @@ OC=x86_64-elf-objcopy AR=x86_64-elf-ar WARNING_FLAGS=-Wall -Wextra -pedantic -Wold-style-cast -Wshadow -COMMON_CPP_FLAGS=-masm=intel -I../../tstl/include/ -I../tstl/include/ -Iinclude/ -nostdlib -g -Os -std=c++11 -fno-stack-protector -fno-exceptions -funsigned-char -fno-rtti -ffreestanding -fomit-frame-pointer -mno-red-zone -mno-3dnow -mno-mmx -fno-asynchronous-unwind-tables +COMMON_CPP_FLAGS=-masm=intel -I../../tstl/include/ -I../tstl/include/ -I../tlib/include/ -Iinclude/ -nostdlib -g -Os -std=c++11 -fno-stack-protector -fno-exceptions -funsigned-char -fno-rtti -ffreestanding -fomit-frame-pointer -mno-red-zone -mno-3dnow -mno-mmx -fno-asynchronous-unwind-tables CPP_FLAGS_LOW=-march=i386 -m32 -fno-strict-aliasing -fno-pic -fno-toplevel-reorder -mno-sse -mno-sse2 -mno-sse3 -mno-sse4 -mno-sse4.1 -mno-sse4.2 diff --git a/tstl/include/errors.hpp b/tlib/include/errors.hpp similarity index 100% rename from tstl/include/errors.hpp rename to tlib/include/errors.hpp