Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / config.mk
1 #
2 #
3 #
4 -include ../../Makefile.cfg
5
6 ifeq ($(ARCH),x86)
7  BFD := i686
8 else ifeq ($(ARCH),x86_64)
9  BFD := x86_64
10 else ifeq ($(ARCH),armv7)
11  BFD := arm
12 else
13  $(error No BFD translation for $(ARCH) in Externals/config.mk)
14 endif
15
16 OUTDIR=$(ACESSDIR)/Externals/Output/$(ARCH)
17 BUILD_OUTDIR=$(OUTDIR)-BUILD
18 SYSROOT=$(ACESSDIR)/Externals/Output/sysroot-$(BFD)
19
20 PATH:=$(BUILD_OUTDIR)/bin:$(PATH)
21 INCLUDE_DIR=$(SYSROOT)/usr/include
22
23 # Runtime Options
24 PREFIX=/Acess/usr/
25 EPREFIX=$(PREFIX)
26 HOST=$(BFD)-pc-acess2
27
28 PARLEVEL ?= 1
29

UCC git Repository :: git.ucc.asn.au