summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 09dd611326..003e15b519 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * configure.ac: Add ARM/Thumb Makefile.
+
+2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
PR 1266/cpukit
* posix/src/keycreate.c, posix/src/keyrundestructors.c: Use API instead
of class for key indexing.
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 6346996461..5e87f4a494 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -327,6 +327,7 @@ sapi/Makefile
score/Makefile
score/cpu/Makefile
score/cpu/arm/Makefile
+score/cpu/arm/thumb/Makefile
score/cpu/bfin/Makefile
score/cpu/avr/Makefile
score/cpu/c4x/Makefile