From: David Schleef Date: Sat, 19 Aug 2000 00:59:45 +0000 (+0000) Subject: revert previous change (ppc cross-compile) X-Git-Tag: r0_7_48~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=314dc11812f58178f46531f4591891cf0a242e2e;p=comedi.git revert previous change (ppc cross-compile) --- diff --git a/Makefile.modbuild b/Makefile.modbuild index f75c8d2a..0acc4d43 100644 --- a/Makefile.modbuild +++ b/Makefile.modbuild @@ -7,8 +7,7 @@ # headers # PCMCIADIR = /home/ds/stuff/pcmcia-cs-3.1.15 -#ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) -ARCH := ppc +ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) .EXPORT_ALL_VARIABLES: CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \ @@ -22,7 +21,7 @@ FINDHPATH = $(HPATH)/$(project) HOSTCC =gcc HOSTCFLAGS =-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -CROSS_COMPILE = powerpc-linux- +CROSS_COMPILE = # # Include the make variables (CC, etc...)