Newer
Older
Import / research / embedded / .config
@John John on 29 Dec 2020 342 bytes bulk import from macbookpro checkouts

CC = gcc
LD = gcc
STRIP = strip
CC_FLAGS = -g -ggdb -O -I./src/library -I/usr/X11/include -I/usr/X11/include/freetype2 -DARCH_MacOSX64 -L/usr/X11/lib
LD_FLAGS = -g -ggdb -static -dead_strip -nostdinc -nostdlib -L./target/lib ./target/lib/crt1.o
# LD_FLAGS = -static -nostdinc -nostdlib -L./target/lib ./target/lib/crt1.o
CLEAN_FILE = rm -f