[Debootloaders-devel] r188 - trunk/emile
Wouter Verhelst
wouter at alioth.debian.org
Thu Apr 26 12:32:56 UTC 2007
Author: wouter
Date: 2007-04-26 12:32:55 +0000 (Thu, 26 Apr 2007)
New Revision: 188
Modified:
trunk/emile/Makefile
Log:
Don't look for cross-compiler
Modified: trunk/emile/Makefile
===================================================================
--- trunk/emile/Makefile 2007-04-11 20:49:42 UTC (rev 187)
+++ trunk/emile/Makefile 2007-04-26 12:32:55 UTC (rev 188)
@@ -67,9 +67,9 @@
PPC_CROSS_COMPILE = powerpc-linux-gnu-
PPC_GCC_VERSION=$(shell $(PPC_CROSS_COMPILE)gcc -dumpversion 2> /dev/null)
endif
-ifeq ($(PPC_GCC_VERSION), )
- $(error Cannot find ppc cross-compiler $(PPC_GCC_VERSION))
-endif
+#ifeq ($(PPC_GCC_VERSION), )
+ #$(error Cannot find ppc cross-compiler $(PPC_GCC_VERSION))
+#endif
$(info ppc cross-compiler is $(PPC_CROSS_COMPILE)gcc $(PPC_GCC_VERSION))
endif
More information about the Debootloaders-devel
mailing list