summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 04ccf48e5c2946543af8c41fde90729702c44bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
2005-03-22 Robert Schwebel <r.schwebel@pengutronix.de>

	* 0.7.3 released

2005-03-21 Sascha Hauer <s.hauer@pengutronix.de>

	* configs: the PS1 prompt somehow gets mangled from time 
	  to time. We cannot reproduce when it happens, but fix
	  it for the release. 

2005-03-20 Robert Schwebel <r.schwebel@pengutronix.de>

	* setup: we now use ~/.ptxdistrc
	* module-init-tools: added variant for hosttools; the
	  kernel tries to depmod the modules, but at least on
	  debian depmod claims that the modules are for the 
	  wrong architecture.

2005-03-19 Robert Schwebel <r.schwebel@pengutronix.de>

	* offline building: we have a new mechanism for offline 
	  building now. Site configurations, like where the sources
	  directory, patches and feature patches can be found, are
	  now configurable via 'make setup' and a .setup file. 
	  Note that the default paths are now $(TOPDIR)/local_src,
	  $(TOPDIR)/local_patches and $(TOPDIR)/local_featurepatches
	* bootdisk: moved content of bootdisk/ into images/
	* expat: added in file for libexpat, to make it selectable

2005-03-13 Robert Schwebel <r.schwebel@pengutronix.de>

	* dropbear: fixed make environment; thanks to 
	  Manfred Gruber for showing up the problem. 
	* mtd-utils: fixed missing CPPFLAGS
	* Makefile: fixed bogus error messages
	* crosstool: added support for gcc-3.4.3 and 
	  glibc-2.3.4 into crosstool patches

2005-03-11 Sascha Hauer <s.hauer@pengutronix.de>

	* 0.7.2 released

2005-03-01 Robert Schwebel <r.schwebel@pengutronix.de>

	* mgetty: add patching support (patch by Steven Scholz)

2005-02-28 Robert Schwebel <r.schwebel@pengutronix.de>

	* images: added support for UBoot ramdisk images; patch 
	  by Steven Scholz
	* efax: path fix; patch by Steven Scholz
	* mgetty+sendfax: moved to communication utilities; patch
	  by Steven Scholz. 

2005-02-09 Robert Schwebel <r.schwebel@pengutronix.de>

	* general: support for OMAP added (Ladislav Michl)
	* fakeroot: update to 1.2.4 (Robert Schwebel)
	* openssh: update to 3.9p1 (patch by Ladislav Michl)
	* rootfs: make /tmp accessable for all and make it
	  sticky (patch by Ladislav Michl)

2005-02-08 Robert Schwebel <r.schwebel@pengutronix.de>

	* smtpclient: added 1.0.0 (Robert Schwebel)

2005-01-31 Robert Schwebel <r.schwebel@pengutronix.de>

	* libexpat: update to 1.95.8, patch by Benedikt Spranger 
	* freetype: update to 2.1.9, patch by Benedikt Spranger
	* glibc: fixed NPTL config dependencies; patch by Benedikt Spranger
	* glibc: support for 2.3.4; patch by Bendikt Spranger
	* libxml2: build without python support by default; patch 
	  by Benedikt Spranger
	* netcat: new URL; patch by Benedikt Spranger
	* module-init-tools: added; patch by Ladislav Michl
	* Makefiles: Consolidate CROSS_ENV_; patch by Ladislav Michl

2005-01-20 Robert Schwebel <r.schwebel@pengutronix.de>

	* jffs2: make adding extra arguments to mkfs.jffs2 
	  possible (patch by Steven Scholz)
	* mgetty: install callback as suid root (patch
	  by Steven Scholz) 
	* source options: add unified path for programs 
	  hosted on debian mirrors. Patch by Thibaut Varene. 
	* kconfig/lxdialog: updated to version from 2.6.10;
	  kconfig has a unified prefix (PTXCONF_) macro now.
	  Patch by Thibaut Varene. 
	* arm0815: added generic arm project (Benedikt Spranger)
	* bash: update to 3.0 (Benedikt Spranger)
	* glibc: support for NPTL and TLS (Benedikt Spranger)
	* procps: added support for more tools (Benedikt Spranger)

2005-01-11 Robert Schwebel <r.schwebel@pengutronix.de>

	* cuckoo-test: remove false positives for terminfo files
	* make xconfig: fixed and works now. 
	* fakeroot: update to 1.2.2
	* memedit: renamed fpgaedit to memedit
	* Decided that we need a ChangeLog again :-) 
	* scripts/collect-sources.sh: fixes to make this script work (MKL)
	* CVS directory magic: not needed any more on SVN
	* fs2: image creation done by default mechanism
	* efco: use standard mechanisms for etc copying
	* frako: removed relais driver
	* rayonic: fixed configuration, added to audit runs
	* innokom: activated getty, run-parts
	* nge: use coreutils dd instead of busybox; added fpgaedit
	* troll-ftpd: added
	* dropbear: update to 0.43
	* nc: make installable
	* gdb: update to 6.3 and fixed cross compilation (MKL)
	* openssl: fixed crosscomp stuff
	* mgetty: added sendfax support
	* fpgaedit: added
	* procps: update (2.0.16 -> 3.0.4)
	* readline: added
	* coreutils: added dd
	* dialog: added snapshot release

2004-11-16 Robert Schwebel <r.schwebel@pengutronix.de>

	* 0.7.1 released

2004-09-27 Robert Schwebel <r.schwebel@pengutronix.de>

	* 0.7.1 released

2004-02-13 Robert Schwebel <r.schwebel@pengutronix.de>

	* configs: updated to current Kconfig scenario
	* rules/util-linux.in: 'PTXdist goes stoneage': clock added (BSP)
	* mgetty+sendfax: added (BSP)
	* thttpd: cosmetics... (BSP)
	* innokom: udhcpd.conf, init.d/usbnet: Add udhcp config
	  options and USB net start script.
	* dhcp.make: update to later version, but still does not
	  crosscompile. 
	* innokom/inittab: Add USB network port.
	* config/innokom.ptxconfig: Enable udhcpd.
	* Makefile: Update version number
	* busybox: Update to BB 1.0.0-pre7
	* kernel: Finally fix feature patch stack mechanism. 
          Should work now as expected...
	* config/innokom.ptxconfig: Fixup configuration for ppp & patch
	  stack
	* config/innokom.ptxconfig: fix correct config file
	* config/kernel/kernel-2.4.19-innokom: fix correct kernel config

	* 0.5.2 released

2004-02-05 Robert Schwebel <r.schwebel@pengutronix.de>
	* xchain: lots of tweaks to make innokom work again
	* glibc: compile with softfloat when target does not have floating
	  point support
	* penguzilla: some bug fixes (BSP)
	* xchain-gcc: made softfloat and multilib configurable options,
	  necessary if you want to build 3.3.2 toolchain for targets 
	  without FPU; added gcc-3.3.2 support for x86 target; added new
	  standard target for building a gcc-2.95.3 standalone toolchain
	* grub: added reiserfs tweak; some bugfixing; more network chips
	  supported
	* kernel: don't simply answer yes when oldconfig fails
	* Makefile: fix multiple inclusion of Rules.make & friends
	* rules: fix CROSS_ENV_* variables for preprocessor and cc
	* kconfig: added PTXCONF_PROJECT to have the name available

	* 0.5.1 released

2004-01-05 Robert Schwebel <r.schwebel@pengutronix.de>
	* general: feature patch is merged
	* general: lots of added packages all over the place
	* general: added 'configs' target
	* general: audited supported configurations
	* uclibc: removed for now; it did not configure and 
	  compile cleanly. Will be re-added after the problems 
	  have been fixed. 

	* 0.5.0 released

2003-11-xx Robert Schwebel <r.schwebel@pengutronix.de>

	* distcc: added support (Dan Kegel)

2003-10-23 Robert Schwebel <r.schwebel@pengutronix.de>

	* 0.4.0 released: this is the same as 0.3.25, but starts 
	  a new stable series. Next step is that we merge the 
	  feature-branch into cvs head and open up a new series. 

2003-10-09 Robert Schwebel <r.schwebel@pengutronix.de>

	* glibc: tweaked xchain to not install target binaries in crosschain
	  bin directory (thanks to Kai-Uwe Bloem, Auerswald. 
	* 0.3.25 released

2003-10-07 Robert Schwebel <r.schwebel@pengutronix.de>

	* etc: moved innokom directory to new scheme 
	  without time stamp (not necessary any more)

2003-10-07 Kai-Uwe Bloem <linux-development@auerswald.de>

	* cramfs tools: added
	* innokom: configuration update

2003-10-xx Robert Schwebel <r.schwebel@pengutronix.de>

	* nmap: Fix nmap to care for the PTXCONF_OPENSSL 
	  switch. (Milan Bobde, Ixia)

2003-09-25 Robert Schwebel <r.schwebel@pengutronix.de>

	* Documentation: added attempt of a documentation dir
	* Toplevel Makefile: fixed "dot" detecttion (thanks 
	  to Dan Kegel) 
	* pcmcia-cs: added initial support, although untested. 
	* inetutils: added. (Milan Bobde, Ixia) 
	* general: lots of new handy macros (Marc Kleine-Budde)
	* genext2fs: added, untested. (Milan Bobde, Ixia) 
	* ltt: fixed cross compilation (Kai-Uwe Bloem, Auerswald)

2003-09-19 Robert Schwebel <r.schwebel@pengutronix.de>

	* Rules.make: fixed get_patches. 
	  Kai-Uwe Bloem <linux-development@auerswald.de>
	* rootdir: replaced platform dependend links in rootdir by new 
	  mechanism: run a per-platform makefile (rules/vendor-tweaks/*)
	  which is configurable. Idea by Kai-Uwe Bloem, Implementation
	  Robert Schwebel
	* ltt: changed visualizer to be compiled for host; fix by
	  Kai-Uwe Bloem. 

2003-09-18 Robert Schwebel <r.schwebel@pengutronix.de>
	* forgotten topics for 0.3.24 changelog (sorry 'bout that): 
	* pdksh: added;  Kai-Uwe Bloem <linux-development@auerswald.de>
	* ltt: added; Kai-Uwe Bloem
	* gdb/gdbserver: Kai-Uwe Bloem
	* strace: Kai-Uwe Bloem

2003-09-17 Robert Schwebel <r.schwebel@pengutronix.de>
	* patch system: added generic patch system which gets patches
	  from a web repository; inserted all of Dan Kegel's patches
	* ltt: added support for Linux Trace Toolkit
	* general: Execute dot only when available and avoid error otherwhise. 
	* general: made root/ directory configurable
	* general: introduced generic architecture support file in
          config/arch/
	* configs: added configurations for roi-eics, scII-bmwm, scII-cameron;
	  updated innokom configs
	* toplevel make: added getclean target; fixes in archive mechanism
	* config: support for extra CFLAGS and CXXFLAGS
	* general: add customer specific "addons" directory
	* kernel: support for linux-2.4.22
	* rtai: support for rtai-24.1.11
	* mtd: added mkjffs2 tools
	* libnet: added support for libnet
	* mips: support for big and little endian
	* busybox: update to 1.00-pre3; configuration allows multiple bbs now. 
	* XFree86: added
	* Mozilla-Firebird: added
	* NEWPACKET: added script to support creation of new rules files
	* 0.3.24 released

2003-08-14 Robert Schwebel <r.schwebel@pengutronix.de>
	* Preparation for release
	* glibc: some fixes to find out where the _G_config.h problem comes
	  from. This is still not resolved but I release anyway to test it
	  on other systems; currently the generic configuration is reported
	  to work on Debian stable and testing systems but fails on unstable
	  here. More research has to be done...
	* 0.3.23 released

2003-08-08 Robert Schwebel <r.schwebel@pengutronix.de>
	* Config: i386-generic-glibc configuration added
	* rayonic config: use GNU libio (workaround for _G_config.h not
	  being found under uncontrolled conditions...)
	* Makefile: .rtaiconfig added, also to distclean; bootimage removal 
	  fixed; logfile removal fixed. 
	* rules/bootdisk.make: fixed Rayonic bootdisk to work again. 
	* rules/zebra.make; rules/wireless.make; rules/flash.make added

2003-06-24 Kai-Uwe Bloem <linux-development@auerswald.de>
	* innokom configs:  updated
	* innokom /etc template: largely reworked
	* added: pdksh
	* added: strace
	* added: gdb and gdbserver

2003-04-28 Marc Kleine-Budde <kleine-budde@gmx.de>
	* openssl.make: openssl.prepare: deps on gccstage2.install if
	xcompiler is selected
	* openssl.make: added support for 386 and i586 targets

2003-04-27 Marc Kleine-Budde <kleine-budde@gmx.de>
	* Config.in: added 586 target
	* e2fsprogs.make: target clean cleans now builddir
	* grub.make: the crosscompiler is now used
	* grub.make: fix typo: --disable-enable-cs89x0
	
2003-04-25 Marc Kleine-Budde <kleine-budde@gmx.de>
	* xchain-kernel.make: introduced xchain_kernel_extact_deps, only
	depending on MTD if wanted (saves us downloding MTD if not needed)
	* xchain-gccstage1.make: changed GCC_PREFIX to PTXCONF_GNU_TARGET
	* xchain-gccstage2.make: xchain-gccstage2_prepare: made threads in
	gcc depending on glibc threads
	* xchain-gccstage2.make: xchain-gccstage2_compile: removed -Os
	from CXXFLAGS_FOR_TARGET, because gcc doesn't like opts.
	[see: http://www.linuxfromscratch.org/view/3.3/chapter06/gcc.html]

2003-04-24 Marc Kleine-Budde <kleine-budde@gmx.de>

	* xchain-glibc.make: glibc.targetinstall: changed the names of the
	libs, they have the same name as beeing installed by glibc's make
	install
	* bash.make: bash-prepare: added deps to gccstage2 if defined
	xchain
	* e2fsprogs.make: e2fsprogs-prepare: added deps to gccstage2 if
	defined xchain
	* Makefile: target clean and rootclean, are deleting now
	* xchain-glibc.make: glibc_get: changed dep from glibc-base.get to
	glibc.get, to get the patches too

2003-04-23 Marc Kleine-Budde <kleine-budde@gmx.de>

	* xchain-kernel.make: xchain-kernel.prepare: removed touch of
	autoconf.h, that's done already in xchain-kernel.extract
	* xchain-gccstage1.make: xchain-gccstage1.prepare: removed touch
	of autoconf, and 'construction' of version.h, that's done already
	in xchain-kernel.extract
	* xchain-glibc.make: glibc-prepare: removed optimisation from
	GLIBC_CFLAGS (like -mpcu)
	[see: http://www.linuxfromscratch.org/view/3.3/chapter05/gcc.html]
	* Config.in: make GRUB dependend on X86

2003-04-22 Marc Kleine-Budde <kleine-budde@gmx.de>

	* openssh.make: changed URL, points now to existing sources
	* openssl.make: changed URL, points now to existing sources

2003-04-20 Marc Kleine-Budde <kleine-budde@gmx.de>

	* Config.in: added Kernel image format vmlinux
	* xchain-kernel.make: handles now vmlinux kernel format
	* xchain-kernel.make: added arch to KERNEL_TARGET_PATH for zImage
	and bzImage
	* xchain-kernel.make: removed double rule
	$(STATEDIR)/xchain-kernel.get
	* xchain-kernel.make: xchain-kernel.extract: version.h is now
	automatically generated by kernel's make
	* xchain-kernel.make: kernel.prepare: ARCH in kernel's Makefile is
	now always setted to PTXCONF_ARCH
	* xchain-kernel.make: kernel.prepare: CROSS_COMPILE in kernel's
	Makefile is now always setted to PTXCONF_GNU_TARGET
	* xchain-kernel.make: kernel.targetinstall: copying the kernel to
	rootdir is now arch independent, using KERNEL_TAGET_PATH
	* bootdisk.make: copying the kernel to bootdisk is now arch
	independent, using KERNEL_TARGET_PATH
	* bootdisk.make: added link from menu.lst to grub.conf, cause new
	grub version use grub.conf

2003-04-19 Robert Schwebel <r.schwebel@pengutronix.de>

	* Rules.make: added GNU_HOST to get rid of hardcoded x86 compilers
	* config system: ARM architecture dependency fixed
	* glibc: libutil strip fixed
	* general: 0.3.22 released

2003-04-03 Robert Schwebel <r.schwebel@pengutronix.de>

	* openssh/openssl: added configuration option
	* x86: configuration re-tested; minor bugs fixed for portmap, 
	  glibc, mtdtools etc., to make this configuration compile again. 
	* general: 0.3.21 released

2003-03-15 Robert Schwebel <r.schwebel@pengutronix.de>

	* portmapper: added version 4
	* tcpwrapper: added version 7.6
	* autoconf257: added autoconf version 2.57, for nfs-utils
	* nfs-utils: version 1.0.1 added
	* general: several typos fixed
	* bash: fixed ruleset for bash; tested config options
	* general: 0.3.20 finalized

2003-03-05  Robert Schwebel <r.schwebel@pengutronix.de>

	* kernel: zImage was accidently always copied to the target
	* rootfs: fixed directory creation bugs
	* rootfs: fixes to make it work with several templates
	* general: 0.3.19 finalized

2003-03-04  Robert Schwebel <r.schwebel@pengutronix.de>

	* rules: fix for .get dependencies, introduced get target 
	* general: 0.3.18 finalized

2003-03-04  Robert Schwebel <r.schwebel@pengutronix.de>

	* kernel: workaround for xchain-kernel kernel sources
	* zlib: dependency bug fixed; separated into zlib and xchain-zlib.
	* general: 0.3.17 finalized

2003-03-02  Robert Schwebel <r.schwebel@pengutronix.de>

	* config system: updated to the linux-2.5.63 version of kconfig and
	  lxdialog. Fixed missing 'make clean' for lxdialog. 
	* kernel: new config options for choosing which kernel image format
	  shall be used. The kernel can now optionally be installed on the 
	  target system (e.g. for jffs partitions). 
	* kernel: split kernel package into kernel and xchain-kernel. This
	  avoids that the complete toolchain is recompiled when you change
	  something for the kernel (like patching it with RTAI). 
	* mtd: added package for MTD CVS snapshots, including the MTD user
	  space utilities. 
	* general: 0.3.16 finalized

2003-02-17  Robert Schwebel <r.schwebel@pengutronix.de>

	* ncurses: made ncurses compile with i386 cross environment
	* rtai: separated rtai-patches from other rtai stuff
	* glibc: fixed gcc-2.95.3 bug for x86
	* general: 0.3.15 finalized

2003-01-28  Robert Schwebel <r.schwebel@pengutronix.de>

	* openssl,openssh: added initial support (untested)
	* busybox: fixed configuration for strange register dump problem. 
	  XScale environment can be compiled now. 
	* general: 0.3.14 finalized


2003-01-14  Robert Schwebel <r.schwebel@pengutronix.de>

	* busybox: kconfig transition finished. This should work now. 
	
	* general: 0.3.13 finalized

2003-01-11  Robert Schwebel <r.schwebel@pengutronix.de>
	
	* busybox: busybox-0.61.pre-ptx3 added, based on CVS snapshot 
	  from 2002/12/10. This version of busybox is based on kconfig, 
	  so it is possible to integrate this into our config system again.  

	* general: 0.3.12 finalized; this is an intermediate release; don't 
	  use it for production systems. 

2002-11-16  Robert Schwebel <r.schwebel@pengutronix.de>

	* general: fixed everything to make it work with the new 
	  configuration system

	* config system: ported to use the latest version from linux-2.5.47. 
	  I assume this will be the way to go in the future, as lkc doesn't
	  seem to be supported as a separate package any more. 

	* config system: fixed .config load bug

	* general: 0.3.11 finalized

2002-11-08  Robert Schwebel <r.schwebel@pengutronix.de>

	* config system: added lkc support

	* general: 0.3.10 finalized


2002-10-27  Robert Schwebel <r.schwebel@pengutronix.de>

	* ptxflash: /tmp and /home directory added

	* general: 0.3.9 finalized. 


2002-10-13  Robert Schwebel <r.schwebel@pengutronix.de>

	* glibc: now we install libnss_* to the target, which (surprise!) was
	the reason why proftpd didn't want to let our users login until now. 

	* general: 0.3.8 finalized. 

2002-10-12  Robert Schwebel <r.schwebel@pengutronix.de>
	
	* proftpd: added to the distribution.

	* glibc: support for glibc-2.2.3 added

	* general: 0.3.7 finalized.

2002-10-07  Robert Schwebel <r.schwebel@pengutronix.de>

	* menuconfig: bug fixed: use correct config file as default

	* lsh: key generation for target does work now. 

	* glibc: option for libm installation added. 

	* general: bugfixing; 0.3.6 finalized.

2002-10-04  Robert Schwebel <r.schwebel@pengutronix.de>

	* ptxflash: Utility to make a self contained bootstrap; 
	this is currently highly specific to the MOPSlcd4 board...

	* grub: GNU GRUB can now be installed; you can choose to 
	build a bootdisk for the target system in $PTXDIST/bootdisk.

	* e2fsprog: integrated, so we have mke2fs now. Has to be 
	better configurable.

	* Makefile: rootclean target re-introduced.

	* rtai: RTAI is now integrated. Needs more testing. 

	* config system: version number fixed. The archive target gives a
	warning now, we should change this to a permanent fix. 

	* lsh: lsh added. This requires packets for zlib, libgmp, 
	liboop and nettle which have been installed. 

2002-09-30  Robert Schwebel <r.schwebel@pengutronix.de>

	* busybox: works now for ARM. The route applet has a bug and 
	cannot be compiled, but this is an upstream problem. 

	* toolchain: first release with a working toolchain! gcc stage
	two is now able to compile kernel 2.4.18, busybox 0.61-pre-ptx1
	and glibc-2.2.5.

	* general: 0.3.4 finalized.  

2002-09-26  Robert Schwebel <r.schwebel@pengutronix.de>

	* busybox: added a makefile for busybox, currently only for an 
	unstable version from CVS. This will be changed to stable once
	Erik Andersen has made a release. 

	* x86 port: backported makefiles to support compilation for a x86 based
	target system. 

	* toolchain: the cross toolchain does still have major bugs 
	concerning the compiled in paths. 


2002-09-20  Robert Schwebel <r.schwebel@pengutronix.de>

	* general: several bugs fixed which prevented the system from being 
	compiled without having a toolchain right from the beginning. 

	* general: 0.3.2 finalized. This is the first version which has all
	the infrastructure for making a complete cross toolchain for ARM.