summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/Makefile.am11
-rw-r--r--contrib/crossrpms/rtems4.8/tic4x/Makefile.am11
2 files changed, 12 insertions, 10 deletions
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index 9d34905f16..c7b4c7e90e 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -24,8 +24,9 @@ GDB_RPMREL = 1
include ../gdb.am
GDB_OPTS +=
-CPUKIT_VERS = 4.7.99.1
-CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
-CPUKIT_RPMREL = 0
-include ../cpukit.am
-CPUKIT_OPTS +=
+### bfin's GCC is too broken to be usable
+## CPUKIT_VERS = 4.7.99.1
+## CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
+## CPUKIT_RPMREL = 0
+## include ../cpukit.am
+## CPUKIT_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
index a9d741f2ff..f39a3c80c4 100644
--- a/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/tic4x/Makefile.am
@@ -22,8 +22,9 @@ GCC_OPTS +=
## include ../gdb.am
## GDB_OPTS +=
-CPUKIT_VERS = 4.7.99.1
-CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
-CPUKIT_RPMREL = 0
-include ../cpukit.am
-CPUKIT_OPTS +=
+### rtems doesn't build for the tic4x
+## CPUKIT_VERS = 4.7.99.1
+## CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
+## CPUKIT_RPMREL = 0
+## include ../cpukit.am
+## CPUKIT_OPTS +=