removed pdclib, strange things were happening..., user shell kinda works now
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
CC = i686-elf-gcc
|
||||
AR = i686-elf-ar
|
||||
CFLAGS = -ffreestanding -O2 -Wall -Wextra -Iinclude -DHAVE_MMAP=0 -DLACKS_SYS_MMAN_H=1 -DUSE_LOCKS=0 -DLACKS_SYS_PARAM_H=1
|
||||
CFLAGS += -ffunction-sections -fdata-sections
|
||||
CFLAGS = -ffreestanding -O2 -Wall -Wextra -Iinclude
|
||||
TARGET = rlibc.a
|
||||
|
||||
SRCS = $(shell find src -name "*.c")
|
||||
|
||||
Reference in New Issue
Block a user