From 0a5c54eb1553158b2c4daba7ef55a1c11a2c0747 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 31 Mar 2011 19:43:34 +0200 Subject: [PATCH] gumstix: Compilation of display-qt now works --- build/gumstix/config.target | 5 +++++ build/gumstix/orte | 1 + build/gumstix/robodim | 1 + build/gumstix/robomath | 1 + build/gumstix/types | 1 + 5 files changed, 9 insertions(+) create mode 120000 build/gumstix/orte create mode 120000 build/gumstix/robodim create mode 120000 build/gumstix/robomath create mode 120000 build/gumstix/types diff --git a/build/gumstix/config.target b/build/gumstix/config.target index a26c58cb..91937c38 100644 --- a/build/gumstix/config.target +++ b/build/gumstix/config.target @@ -14,4 +14,9 @@ IDL_COMPILER = orte-idl IDL_COMPILER=$(MAKERULES_DIR)/../host/_compiled/bin/orte-idl CONFIG_QT4_DIR = $(OUTPUT_DIR)/_compiled/qt +CONFIG_OC_ETH_ORTE_IDL=n +LN_HEADERS=y +OMIT_KERNEL_PASSES=y +CFLAGS = -O2 -g -Wall +CXXFLAGS = -O2 -g -Wall diff --git a/build/gumstix/orte b/build/gumstix/orte new file mode 120000 index 00000000..043ca488 --- /dev/null +++ b/build/gumstix/orte @@ -0,0 +1 @@ +../../src/orte \ No newline at end of file diff --git a/build/gumstix/robodim b/build/gumstix/robodim new file mode 120000 index 00000000..ed9d1c0c --- /dev/null +++ b/build/gumstix/robodim @@ -0,0 +1 @@ +../../src/robodim \ No newline at end of file diff --git a/build/gumstix/robomath b/build/gumstix/robomath new file mode 120000 index 00000000..27fca9be --- /dev/null +++ b/build/gumstix/robomath @@ -0,0 +1 @@ +../../src/robomath \ No newline at end of file diff --git a/build/gumstix/types b/build/gumstix/types new file mode 120000 index 00000000..2a26d758 --- /dev/null +++ b/build/gumstix/types @@ -0,0 +1 @@ +../../src/types \ No newline at end of file -- 2.39.2