summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-06 13:27:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-06 13:27:31 +0000
commite0457c6b5e391c68d466515143020aaa38dba3cf (patch)
tree1e452213a19213195506220c4d67ebc4e51d439b /make
parent2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e0457c6b5e391c68d466515143020aaa38dba3cf.tar.bz2
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/arm_bare_bsp.cfg: Fix comments.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/arm_bare_bsp.cfg5
2 files changed, 5 insertions, 4 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index a78115f668..77541cac4d 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,8 @@
+2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/arm_bare_bsp.cfg: Fix comments.
+
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg
index be1d81f8ec..b5a8bbb4bf 100644
--- a/make/custom/arm_bare_bsp.cfg
+++ b/make/custom/arm_bare_bsp.cfg
@@ -14,16 +14,13 @@ RTEMS_CPU_MODEL=arm7tdmi
RTEMS_BSP_FAMILY=arm_bare_bsp
# This section makes the target dependent options file.
-
-# if defined asserts do not generate code. This is commonly used
-
define make-target-options
endef
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-# NOTE : cheking egcc 1.1.1 source code shows that the last know processor
+# NOTE : checking egcs 1.1.1 source code shows that the last know processor
# is the 604 model and that this is the default generation option.
#
#CPU_CFLAGS = -mcpu=arm7tdmi