]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - build/ppc/config.target
Merge branch 'libusb'
[eurobot/public.git] / build / ppc / config.target
index 2675a96c13064092fda5a97aa347994a92600d2d..55ff7851f4a91b89520da7edd86fa8feb072bbe5 100644 (file)
@@ -4,10 +4,11 @@ CXX = $(CROSS_COMPILE)g++
 AS = $(CROSS_COMPILE)as
 AR = $(CROSS_COMPILE)ar
 
+export PKG_CONFIG_PATH=$(OUTPUT_DIR)/_compiled/lib/pkgconfig
 
 #CONFIG_OC_ETH_ORTE_IDL=y
 
-CFLAGS = -Wall -DCOMPETITION
+CFLAGS = -Wall -DCOMPETITION -mcpu=603e
 CXXFLAGS = $(CFLAGS)
 
 # ##powerpc
@@ -16,5 +17,6 @@ CXXFLAGS = $(CFLAGS)
 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)
 
 IDL_COMPILER = orte-idl
-IDL_COMPILER=$(MAKERULES_DIR)/../linux/_compiled/bin/orte-idl
-CONFIG_UOLED_TTY="/dev/ttyUSB0"
+IDL_COMPILER=$(MAKERULES_DIR)/../host/_compiled/bin/orte-idl
+CONFIG_UOLED_TTY="/dev/null"
+CONFIG_OC_ULUTKERN=n