summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-11 08:56:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-11 08:56:46 +0000
commitb40f354dd24ac26c3d9a5bbf2e5cb89f93028e85 (patch)
tree5639767c7847d446ff1d3fcd1370016462e59ab4
parent2007-05-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b40f354dd24ac26c3d9a5bbf2e5cb89f93028e85.tar.bz2
Comment out cpukit.
-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 +=