aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/robostix/robostix/gummake.patch
blob: 0b968592b5aa37a9b92938311523bf87405fda47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- robostix/gumstix/Makefile.orig	2008-03-08 11:37:50.000000000 -0700
+++ robostix/gumstix/Makefile	2008-03-08 11:36:55.000000000 -0700
@@ -32,10 +32,10 @@
 
 PWD       := $(shell pwd)
 
-GUMSTIX_BUILDROOT	= $(PWD)/../../gumstix-buildroot
-BUILD_ARM		= $(GUMSTIX_BUILDROOT)/build_arm_nofpu
-KERNELDIR 		?= $(wildcard $(BUILD_ARM)/linux-*)
-CROSS_COMPILE		= $(BUILD_ARM)/staging_dir/bin/arm-linux-
+#GUMSTIX_BUILDROOT	= $(PWD)/../../gumstix-buildroot
+#BUILD_ARM		= $(GUMSTIX_BUILDROOT)/build_arm_nofpu
+#KERNELDIR 		?= $(wildcard $(BUILD_ARM)/linux-*)
+#CROSS_COMPILE		= $(BUILD_ARM)/staging_dir/bin/arm-linux-
 
 default: svn-version.h user-app kernel-module
 
@@ -47,7 +47,7 @@
 user-app: robostix sertest
 
 TARGET_ARCH=-Os -march=armv5te -mtune=xscale -Wa,-mcpu=xscale
-CC = $(CROSS_COMPILE)gcc
+#CC = $(CROSS_COMPILE)gcc
 
 robostix: robostix.c