File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ OBJCOPY := $(TOOLCHAIN)-objcopy
11
11
DEPDIR := .deps
12
12
13
13
ASFLAGS = --warn -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp
14
- CFLAGS = -Wall -O2 -ffreestanding -marm -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp -D__RASPBERRY_PI__ -I../kernel -I../uspi/include
14
+ CFLAGS = -Wall -O2 -ffreestanding -marm -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp -fsigned-char - D__RASPBERRY_PI__ -I../kernel -I../uspi/include
15
15
CPPFLAGS = $(CFLAGS ) -fno-exceptions -fno-unwind-tables -fno-rtti
16
16
LDFLAGS = -T ../kernel/raspberry.ld -nostartfiles -fno-exceptions -fno-unwind-tables -fno-rtti -Wl,-Map=kernel.map -o kernel.elf
17
17
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ OBJCOPY := $(TOOLCHAIN)objcopy
30
30
DEPDIR := .deps
31
31
32
32
ASFLAGS = --warn -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp
33
- CFLAGS = -Wall -O2 -ffreestanding -marm -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp -Iinclude -DNDEBUG
33
+ CFLAGS = -Wall -O2 -ffreestanding -marm -mcpu=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp -fsigned-char - Iinclude -DNDEBUG
34
34
CPPFLAGS = $(CFLAGS ) -fno-exceptions -fno-unwind-tables -fno-rtti
35
35
36
36
all : libuspi.a
You can’t perform that action at this time.
0 commit comments