From e3179a369ee722de02b5229d9e00b6c860672121 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 2004 15:41:17 +0000 Subject: 2004-11-05 Joel Sherrill * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an architecture name for RTEMS. Since this was used as the -mcpu argument to GCC, that also had to be changed. --- make/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make/ChangeLog') diff --git a/make/ChangeLog b/make/ChangeLog index 8560813935..e107fc8017 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,9 @@ +2004-11-05 Joel Sherrill + + * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an + architecture name for RTEMS. Since this was used as the -mcpu + argument to GCC, that also had to be changed. + 2004-10-26 Eric Norum