]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/ppc/config.target
Add _compiled to search patch for .pc (pkg-config) files
[eurobot/public.git] / build / ppc / config.target
1 CROSS_COMPILE = powerpc-linux-gnu-
2 CC = $(CROSS_COMPILE)gcc
3 CXX = $(CROSS_COMPILE)g++
4 AS = $(CROSS_COMPILE)as
5 AR = $(CROSS_COMPILE)ar
6
7 export PKG_CONFIG_PATH=$(OUTPUT_DIR)/_compiled/lib/pkgconfig
8
9 #CONFIG_OC_ETH_ORTE_IDL=y
10
11 CFLAGS = -Wall -DCOMPETITION -mcpu=603e
12 CXXFLAGS = $(CFLAGS)
13
14 # ##powerpc
15 #BROKEN_G++_INCLUDE=y
16
17 INCLUDES = $(if $(BROKEN_G++_INCLUDE),-I/usr/powerpc-603e-linux-gnu/gcc/4.1.1/lib/include/c++/4.1.1 -I /usr/powerpc-603e-linux-gnu/gcc/4.1.1/lib/include/c++/4.1.1/powerpc-603e-linux-gnu)
18
19 IDL_COMPILER = orte-idl
20 IDL_COMPILER=$(MAKERULES_DIR)/../host/_compiled/bin/orte-idl
21 CONFIG_UOLED_TTY="/dev/null"
22 CONFIG_OC_ULUTKERN=n