summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-21 09:00:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-21 09:00:35 +0000
commit3a805b2513b993b84631c7e206b5a62a676f8496 (patch)
tree318dc8c2e6721076bf1a41779967a6d6379949b3
parent2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3a805b2513b993b84631c7e206b5a62a676f8496.tar.bz2
2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: New header guard for cpuopts.h.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac6
2 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4f57023789..3999033a6d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New header guard for cpuopts.h.
+
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/Makefile.am: Re-add rtems/rtems_mii_ioctl.h,
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 152d7a6b93..67e0a2f8dd 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -134,8 +134,8 @@ cat >>cpuopts.tmp <<\_ACEOF
*/
/* target cpu dependent options file */
/* automatically generated -- DO NOT EDIT!! */
-#ifndef _CPU_OPTIONS_H
-#define _CPU_OPTIONS_H
+#ifndef _RTEMS_SCORE_CPUOPTS_H
+#define _RTEMS_SCORE_CPUOPTS_H
_ACEOF
RTEMS_CPUOPT([RTEMS_DEBUG],
@@ -205,7 +205,7 @@ RTEMS_CPUOPT([SIZEOF_CPU_CONTEXT],
cat >>cpuopts.tmp <<\_ACEOF
-#endif
+#endif /* _RTEMS_SCORE_CPUOPTS_H */
_ACEOF
AS_MKDIR_P(score/include/rtems/score)