Started implementing debugging facilities
This commit is contained in:
@@ -2,7 +2,7 @@ LD := $(ARCH)-elf-gcc
|
||||
CC := $(ARCH)-elf-gcc
|
||||
ASM := $(ARCH)-elf-gcc
|
||||
|
||||
CFLAGS := -nostdlib -nostdinc -ffreestanding -Wl,-nostdlib
|
||||
CFLAGS := -ffreestanding -nostdlib
|
||||
ASMFLAGS := $(CFLAGS)
|
||||
LDFLAGS := -nostdlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user