From 0964256880f19aa3c00916a7ff48d908a5341c0d Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Thu, 26 Dec 2013 13:55:25 +0100 Subject: [PATCH] Force char to be unsigned --- kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index 3b63c7ab..e19288c5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -7,7 +7,7 @@ OC=x86_64-elf-objcopy THOR_FLAGS=-DCONFIG_HISTORY=y WARNING_FLAGS=-Wall -Wextra -pedantic -Wold-style-cast -Wshadow -COMMON_CPP_FLAGS=-masm=intel -Iinclude/ -nostdlib -Os -std=c++11 -fno-stack-protector -fno-exceptions -fno-rtti -ffreestanding -fomit-frame-pointer -mno-red-zone -mno-3dnow -mno-mmx +COMMON_CPP_FLAGS=-masm=intel -Iinclude/ -nostdlib -Os -std=c++11 -fno-stack-protector -fno-exceptions -funsigned-char -fno-rtti -ffreestanding -fomit-frame-pointer -mno-red-zone -mno-3dnow -mno-mmx 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