comparison acsupport/ChangeLog @ 283:f58bc1b2c2bc

Reorganization of the host-side autoconfiscation support, and a couple of minor bug fixes. The main goal is to support per-package host-side software in addition to the generic host-side tools. For example, the synthetic target HAL and device driver packages can now have host subdirectories with support code.
author bartv
date Sun, 11 Aug 2002 21:40:50 +0000
parents
children c0ffaecb376e
comparison
equal deleted inserted replaced
282:a29ee6c2dd3c 283:f58bc1b2c2bc
1 2002-08-03 Bart Veer <bartv@ecoscentric.com>
2
3 * Created as part of autoconf reorganization.
4
5 //####COPYRIGHTBEGIN####
6 //
7 // ----------------------------------------------------------------------------
8 // Copyright (C) 2002 Bart Veer
9 //
10 // This file is part of the eCos autoconf support.
11 //
12 // This program is free software; you can redistribute it and/or modify it
13 // under the terms of the GNU General Public License as published by the Free
14 // Software Foundation; either version 2 of the License, or (at your option)
15 // any later version.
16 //
17 // This program is distributed in the hope that it will be useful, but WITHOUT
18 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20 // more details.
21 //
22 // You should have received a copy of the GNU General Public License along with
23 // this program; if not, write to the Free Software Foundation, Inc.,
24 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 //
26 // ----------------------------------------------------------------------------
27 //
28 //####COPYRIGHTEND####