summaryrefslogtreecommitdiffstats
path: root/gnu/gcc/HISTORY
blob: f624524d55273502748a71d039e24152d6e9e9fe (plain) (blame)
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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
2015-07-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 5.2.0

2015-06-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, integer_parameter_restrictions.patch: fix build of gprbuild 2015
	* DETAILS: PATCHLEVEL++
	* INSTALL: create versioned symlinks for libgnat and libgnarl

2015-05-29 Remko van der Vossen <wich@sourcemage.org>
	* UP_TRIGGERS: find C++ ELF objects based on ELF DT_NEEDED entries
	  Probably more successful at finding all C++ ELF objects

2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
	* DETAILS: There is no ecj-5.1, trying ecj-4.9.
	  I can compile a hello world example at least.

2015-05-03 Pavel Vinogradov <public@sourcemage.org>
	* UP_TRIGGERS: improved the major release change check, fixed
	  syntax error

2015-05-02 Pavel Vinogradov <public@sourcemage.org>
	* UP_TRIGGERS: added clumsy migration mechanism for C++ ABI
	  changes on major version update

2015-04-22 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 5.1.0, updated isl version to 0.14, removed
	  cloog sources
	* PRE_BUILD: removed cloog sources unpacking and
	  gcc-4.8-filename-output.patch applying
	* gcc-4.8-filename-output.patch: removed obsolete patch

2015-04-02 Vlad Glagolev <stealth@sourcemage.org>
	* DEPENDS: added missing glib2 dependency

2015-01-05 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: Simplified ada binary selection
	* PRE_BUILD: Removed bogus line
	* classpath-ft2include.patch, PRE_BUILD: Removed, applied by upstream
	* PRE_BUILD: Removed unpacking of go and fortran, tarballs long gone

2014-11-15 Thomas Orgis <sobukus@sourcemage.org>
	* PRE_BUILD: patch for freetype2 headers
	* classpath-ft2include.patch: added said patch

2014-10-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 4.9.2

2014-07-25 Treeve Jelbert <treeve@sourcemage.org>
	* FINAL: use default_final

2014-07-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 4.9.1
	* PRE_BUILD, gcc-4.9-tree-ssa-threadedge.patch,
	  gcc-4.9.0-upstream_fixes-1.patch: remove obsolete patches
	* BUILD: fix paths to bootstrap compiler

2014-06-30 Pol Vinogradov <vin.public@gmail.com>
	* PRE_BUILD, 0002-4.8.0-ffast-math.patch: removed the patch, causes
	  undefined reference to fxsave

2014-06-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* BUILD: fix breakage in construction of OPTS
	* DEPENDS: fix dependency on xproto

2014-06-14 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, 
	  gcc-4.8-filename-output.patch,
	  gcc-4.9.0-upstream_fixes-1.patch,
	  gcc-4.9-tree-ssa-threadedge.patch: add bugfixes from upstream
	* DETAILS: use gcc 4.9 based ada bootstrapper for x86_64
	* BUILD, DETAILS, PRE_BUILD: download and use ecj.jar
	* BUILD, CONFIGURE, DEPENDS, DETAILS, PRE_BUILD:
	  add option for building the cloog-isl optimizer
	* DEPENDS: add dependencies on libxt, libx11 and libxproto if
	  building awt
	* BUILD: build libquadmath if building with support for fortran
	* BUILD: filter -pipe from CFLAGS

2014-04-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 4.9.0

2014-04-23 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 4.9.0

2013-10-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 4.8.2
	* PRE_BUILD, 0001-remove-libffi.patch: add patch to remove
	  redundant libffi
	* PRE_BUILD, 0002-4.8.0-ffast-math.patch: renew patch
	* PRE_BUILD, 0003-fix-header-generation-for-libgo.patch:
	  fix header generation for libgo
	* txt00120.txt.gz, ecj-4.3.jar.sig, ada-symbolic-tracebacks.diff, gcc-4.4.0-ffast-math.patch, mksysinfo.patch: removed
	* DETAILS, BUILD: use new version of the ada bootstrap compiler
	* DETAILS: there is now one integrated tarball, so remove multiple source files
	* PRE_BUILD: no need to unpack multiple files, except for ada
	  do not apply ffast-math.patch or remove-libffi.patch
	* DEPENDS: add perl

2013-08-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.6.4
	  Fixes compilation against texinfo 5.0+
	* glibc216.patch: Removed, fix included in 4.6.4
	* PRE_BUILD: No longer apply glibc216.patch

2013-02-10 Vlad Glagolev <stealth@sourcemage.org>
	* PRE_BUILD: apply go patch only if Go compiler was included into build
	* EXPORTS: chmod +x

2013-02-08 Vlad Glagolev <stealth@sourcemage.org>
	* PRE_BUILD: apply the patch
	* mksysinfo.patch: added, to fix header generation for libgo (included
	  with go compiler)
	* REPAIR^all^EXPORTS: chmod +x

2012-10-03 Vlad Glagolev <stealth@sourcemage.org>
	* PRE_BUILD: apply the patch
	* glibc216.patch: added, to fix build with glibc 2.16

2013-08-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.6.4
	  Fixes compilation against texinfo 5.0+
	* glibc216.patch: Removed, fix included in 4.6.4
	* PRE_BUILD: No longer apply glibc216.patch

2012-06-14 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 4.7.1

2012-03-04 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 4.6.3

2012-02-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, remove-libffi.patch: patch Makefile.in to not install
	  libffi, which would conflict with the spell libffi

2012-01-12 Vlad Glagolev <stealth@sourcemage.org>
	* REPAIR^all^EXPORTS: added missing GCC_COMPILER
	* EXPORTS: added

2011-11-24 Robin Cook <rcook@wyrms.net>
	* BUILD: added java home build option
	* CONFIGURE: query about java home
	* PRE_SUB_DEPENDS: added subdepends check on java home
	* SUB_DEPENDS: added subdepends on java home

2011-11-19 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 4.6.2

2011-09-12 Bor Kraljič <pyrobor@ver.si>
	* PRE_BUILD: fixed the source numbers for java (fixes #115)

2011-09-10 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: PATCHLEVEL=1
	* PRE_BUILD: apply the patch
	* python-gdb.patch: added, to fix gdb module install path

2011-07-31 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* CONFIGURE: should be _list not _multi

2011-07-31 Bor Kraljič <pyrobor@ver.si>
	* DETAILS: TMPFS=off for all (1GB is not enough space)

2011-07-03 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 4.6.1
	* DEPENDS, BUILD: removed dependency on cloog/ppl since it makes
	  the spell fragile

2011-04-11 Vlad Glagolev <stealth@sourcemage.org>
	* DEPENDS: added gettext optional dependency

2011-03-26 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS, PREPARE, SUB_DEPENDS, PRE_SUB_DEPENDS: version 4.6.0,
	  added support for the go programming language
	* BUILD, DEPENDS: added dependency on zlib, moved relevant
	  part of OPTS to DEPENDS
	* BUILD: added make_normal after make
	* DETAILS: updated Ada bootstrap compiler to 4.5.2
	* DEPENDS: added optional dependency on cloog-ppl and ppl
	* CONFIGURE, PRE_BUILD: commented out patches for gnat since
	  they don't work with gcc 4.6

2010-12-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 4.5.2

2010-09-22 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* INSTALL: fixup the cpp and cc symlinks

2010-09-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, CONFIGURE, ada-symbolic-tracebacks.diff,
	  SUB_DEPENDS, PRE_SUB_DEPENDS, REPAIR^none^PRE_SUB_DEPENDS,
	  REPAIR^none^SUB_DEPENDS: added optional patch to allow
	  for symbolic tracebacks, added a sub depends that activates
	  symbolic tracebacks

2010-09-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, CONFIGURE, txt00120.txt.gz: added optional patch
	  from http://gcc.gnu.org/ml/gcc-patches/2010-04/txt00120.txt
	  to make semi automatic generation of C bindings for Ada
	  available
	* DETAILS: corrected variable names, switched ada bootstrap compiler
	  to 4.3.3 on ia32

2010-08-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 4.5.1
	* DEPENDS: depends libmpc
	* PRE_BUILD: removed sedit that doesn't apply to gcc 4.5
	* BUILD: --with-bugurl=http://bugs.sourcemage.org,
	  --enable-bootstrap, --enable-checking=release

2010-08-19 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: gcj depends on unzip and zip

2010-08-18 Eric Sandall <sandalle@sourcemage.org>
	* CONFLICTS: Auto-conflict with ada, fortran, g++, gcj, and objc
	  This will remove the old stand-alone files before the combined gcc
	  installs them.

2010-04-01 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.4.3
	* PRE_BUILD: gcc-4.3.0-ffast-math.patch -> gcc-4.4.0-ffast-math.patch
	* gcc-4.3.0-ffast-math.patch: Updated to GCC 4.4 and renamed to
	  gcc-4.4.0-ffast-math.patch

2009-10-18 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* POST_RESURRECT: removed

2009-10-16 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DEPENDS: don't fail if mpfr and gmp persistent variables are
	  not available, bug #15476

2009-07-25 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* BUILD: removed the if about /lib64
	* PREPARE: no more /lib workaround it's always in /lib
	* INSTALL: no more specs handling and /lib

2009-07-24 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* BUILD: reformatted and added support for x86
	* PRE_BUILD: reformatted

2009-07-24 Peng Chang (Charles) <chp@sourcemage.org>
	* CONFIGURE: query for GCJ_AWT only when java is to be compiled
	* PRE_BUILD: removed duplicate mk_source_dir $SOURCE_DIRECTORY.bld

2009-07-23 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* BUILD: modified for unified gcc
	* CONFIGURE: modified for unified gcc
	* DEPENDS: modified for unified gcc
	* DETAILS: modified for unified gcc, updated the ada stuff
	* EXPORTS: removed
	* INSTALL: modified for unified gcc
	* PREPARE: modified for unified gcc
	* PRE_BUILD: modified for unified gcc
	* PRE_SUB_DEPENDS: created, fixed fortran
	* REPAIR^none^PRE_SUB_DEPENDS: created, fixed fortran
	* REPAIR^none^SUB_DEPENDS: created, fixed fortran
	* SUB_DEPENDS: created, fixed fortran
	* ecj-4.3.jar.sig: added, moved from gcj spell

2009-09-06 Remko van der Vossen <wich@sourcemage.org>
	* BUILD: Stop build if gmp or mpfr were built with a different archspec
	  than the current one.
	* DEPENDS: force_depends gmp and mpfr if either were built with a
	  different archspec than the current one. Fixes part of bug 15166.
	* EXPORTS, FINAL, REPAIR^all^EXPORTS: Added export of build arch of
	  gcc to force recompile when casting g++ after switching archs.

2009-05-10 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: profiledbootstrap should not use parallel make
	  See http://gcc.gnu.org/install/build.html
	  Build using profiledbootstrap-lean to save disk space during compilation
	  Thanks to Peng "chp" Chang

2009-03-06 Arwed v. Merkatz <v.merkatz@gmx.net>
	* PRE_BUILD: removed workaround for
	  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26539, as it's not needed
	  anymore with gcc 4.3.x

2009-01-29 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.3.3

2008-09-24 Andrew Stitt <astitt@sourcemage.org>
	* BUILD: prefix CFLAGS with -O1, fixing compilation error when
	  no optimizations are specified.

2008-09-03 Arwed v. Merkatz <v.merkatz@gmx.net>
	* BUILD: only use --host for cross compiles, --build otherwise,
	  fixes bug #14624

2008-08-29 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 4.3.2

2008-06-11 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 4.3.1

2008-03-26 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Reset PATCHLEVEL=0 (removed PATCHLEVEL)
	* DEPENDS: GCC requires mpfr 2.3.0 or newer to work, so force mpfr
	  being built if it is not >= 2.3.0

2008-03-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.3.0
	* DEPENDS: Depends on gmp and mpfr
	* PRE_BUILD: Use gcc-$VERSION-ffast-math.patch to keep up. :)
	* BUILD: Pass --build=x86_64-pc-linux-gnu for x86_64, only way I found
	  to get around this warning:
	  configure: WARNING: If you wanted to set the --build type, don't use
	  --host. If a cross compiler is detected then cross compile mode will
	  be used.
	* gcc-4.3.0-ffast-math.patch: Updated gcc-4.2.3-ffast-math.patch

2008-02-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 4.2.3
	* PRE_BUILD: gcc-4.1.1-ffast-math.patch -> gcc-4.2.3-ffast-math.patch
	* gcc-4.1.1-ffast-math.patch: Synced to 4.2.3
	  gcc-4.1.1-ffast-math.patch -> gcc-4.2.3-ffast-math.patch

2007-10-20 David Brown <dmlb2000@gmail.com>
	* INSTALL: make sure if they are using lib64 to compile in the linker
	  as if it was in /lib64
	* DETAILS: patchlevel++

2007-10-09 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
	* DETAILS: updated spell to 4.2.2
	  fixed WEB_SITE

2007-08-15 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DETAILS: updated to 4.2.1

2007-05-18 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated spell to 4.2.0

2007-03-01 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: -ffast-math also breaks with pentium-m

2007-02-14 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 4.1.2
	  convert to upstream signatures

2007-01-22 Thomas Orgis <sobukus@sourcemage.org>
	* DEPENDS: ensure that compilers get cast after archspecs so that
	  they all use the same fresh setup

2007-01-16 Eric Sandall <sandalle@sourcemage.org>
	* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
	  Bug #10647

2007-01-04 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: At least on pentium4 architecture, compiling gcc with
	  -ffast-math in CFLAGS *or* CXXFLAGS will cause some (e.g. firefox)
	  C++ apps to segfault

2006-12-28 David Kowis <dkowis@shlrm.org>
	* PRE_BUILD: added a patch for a -ffast-math bug
	* DETAILS: incremented PATCHLEVEL
	* gcc-4.1.1-ffast-math.patch: added

2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* INSTALL: use TRACK_ROOT when linking #9163

2006-06-29 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Removed BUILD_API=2, set grimoire-wide
	  Removed UPDATED

2006-06-23 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DEPENDS: added diffutils #8855

2006-05-26 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DETAILS: updated to 4.1.1

2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
	* DETAILS: (automated) Add KEYWORDS

2006-03-03 Arwed v. Merkatz <v.merkatz@gmx.net>
	* PRE_BUILD: added a sedit to fix install
	* INSTALL: removed the 'touch gcc/genmodes', not necessary anymore
	* WIP: removed

2006-03-01 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: upgrade to 4.1.0
	* WIP: added, as install fails -
	  can't find a usable gcc as it tries to recompile libcpp

2006-03-10 David Brown <dmlb2000@gmail.com>
	* DETAILS: updated 4.0.3

2006-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
	* BUILD, EXPORTS: store CFLAGS and LDFLAGS as GCC_*
	  persistent_variables, used to fix bug #10087
	* INSTALL: touch $SPECSDIR/specs to make sure it's tracked by
	  installwatch (bug #8726)
	* POST_RESURRECT: setup specs file after resurrection (bug #8726)
	* EXPORTS: export GCC_MULTILIB and GCC_NOLIB64 so the split spells
	  can cleanly read them instead of using hacks
	* DETAILS: PATCHLEVEL++

2006-02-12 George Sherwood <george@beernabeer.com>
	* volatiles, REPAIR^none^volatiles: Added to prevent cleanse
	  failing on chainges to specs file.

2006-02-08 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Depends on smgl-fhs (for directory structure)

2006-02-06 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Depends on gnupg (for SOURCE verification)

2005-10-13 Arwed v. Merkatz <v.merkatz@gmx.net>
	* UP_TRIGGERS: use 'if spell_ok ...; then' instead of 'spell_ok && ...'
	  so UP_TRIGGERS doesn't return non-zero

2005-10-02 Sergey Lipnevich <sergey@sourcemage.org>
	* DETAILS: upgrade to 4.0.2;
	* BUILD: use dollar sign for variable, use double brackets while at it;
	* INSTALL: add missing `&&', install must fail in case of error; I caught
	  this on a grimoire without FUNCTIONS file and hence no `make_single'.

2005-09-22 Arwed v. Merkatz <v.merkatz@gmx.net>
	* UP_TRIGGERS: trigger recasts of the installed split compiler spells
	  on a version change

2005-07-09 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DETAILS: updated to 4.0.1

2005-07-01 Andrew Stitt <astitt@sourcemage.org>
	* INSTALL: fix symlink installation, bug 9163

2005-05-15 Seth Woolley <seth@tautology.org>
	* PREPARE,BUILD,INSTALL: add fixes for bug 8626,
	  for a pure non-lib64 64-bit system

2005-04-23 Sergey Lipnevich <sergey@sourcemage.org>
	* INSTALL: on my AMD64 system install needs make_single.

2005-04-21 Arwed v. Merkatz <v.merkatz@gmx.net>
	* DETAILS: updated to 4.0.0

2005-03-30 Sergey Lipnevich <sergey@sourcemage.org>
	* CONFIGURE: use default configuration script;
	* BUILD: change variable name to GCC_MULTILIB.

2005-03-29 Sergey Lipnevich <sergey@sourcemage.org>
	* CONFIGURE: make executable;
	  replace call to `test' with internal check and refactor a bit.

2005-03-13 Seth Woolley <seth@tautology.org>
	* CONFIGURE,BUILD: --disable-multilib support for pure amd64 env.

2004-11-07 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 3.4.3

2004-09-08 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 3.4.2

2004-07-07 Arwed v. Merkatz <v.merkatz@gmx.net>
	* INSTALL: don't install fixed includes

2004-07-04 Arwed v. Merkatz <v.merkatz@gmx.net>
	* ALL: now only builds the C compiler

2004-07-02 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: add missing MD5[3]

2004-07-02 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 3.4.1
	  extra sourceurl

2004-06-19 Sergey Lipnevich <sergey@sourcemage.org>
	* DETAILS: minor corrections;
	* BUILD: fix minor syntax errors so that the file runs.

2004-05-29 Treeve Jelbert <treeve01@oi.be>
	* PREPARE: use config_query to specify required compilers
	  requires sorcery-1.10
	* DETAILS: specify optional source files
	* PRE_BUILD: unpack optional components, remove the libraries

2004-04-20 Treeve Jelbert <treeve01@oi.be>
	* DETAILS: version 3.4.0
	  BUILD_API=2 ( needs latest build-split sorcery)
	  this spell now only build the compilers. All libraries are separate spells
	* BUILD: remove ( ) > $FIFO
	  only does make
	* INSTALL: add
	* CONFIGURE: remove all front end logic
	* POST_REMOVE: delete

2004-03-13 hgg <hgreig@bigpond.net.au>
	* BUILD: revert previous, LDFLAGS not honoured,
	  pity because stripping debugging at least halves the disk footprint

2004-03-13 hgg <hgreig@bigpond.net.au>
	* BUILD: adding our LDFLAGS to Makefile.in

2004-02-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Changed mirror to use gcc.gnu.org
	  Removed MAINTAINER

2004-02-16 Sergey Lipnevich <sergey@sourcemage.org>
	* DETAILS: upgrade to 3.3.3.

2004-02-03 hgg <hgreig@bigpond.net.au>
	* BUILD: correct usage of INSTALL_ROOT

2004-01-29 hgg <hgreig@bigpond.net.au>
	* BUILD: bug 5553 infodir and mandir switches

2003-11-30 Eric Sandall <sandalle@sourcemage.org>
	* BUILD,POST_REMOVE,PREPARE: Use INSTALL_ROOT

2003-10-17 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Update to 3.3.2
	* HISTORY: Formatted to Guru Handbook

2003-08-09 hgg <hgreig@bigpond.net.au>
	* DETAILS: Update to gcc3.3.1

2003-07-26 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE,PREPARE: Added Arwed's Ada patch (Bug #3846)

2003-07-26 Arwed v. Merkatz <v.merkatz@gmx.net>
	* PREPARE: added and reenabled ada as language option

2003-07-09 hgg <hgreig@bigpond.net.au>
	* BUILD: remove cosmetic configure switch.
	  Use "head-from-arse-extraction-tool" and remove export as it should have
	  gone into glibc/BUILD :-)

2003-06-24 hgg <hgreig@bigpond.net.au>
	* CONFIGURE: Reword fix includes query to cater for feebleminded monkeys

2003-06-23 hgg <hgreig@bigpond.net.au>
	* BUILD: Make symlink after build/install for stupid apps
	  like flash that expect RedHat compat libs

2003-06-19 hgg <hgreig@bigpond.net.au>
	* BUILD: Add configure switch for c++ ABI compatibility

2003-05-22 Julian v. Bock <julian@wongr.net>
	* BUILD: copy objc headers manually when fixed
	  includes are disabled.

2003-05-15 Julian v. Bock <julian@wongr.net>
	* DETAILS: set VERSION to 3.3.
	* CONFIGURE: use $FRONTENDS instead of $LANG.

2003-04-30 Julian v. Bock <julian@wongr.net>
	* DETAILS: set VERSION to 3.2.3.
	* DEPENDS: remove.
	* CONFIGURE: remove ada language option.

2003-04-08 M.L. <mlubrano@sourcemage.org>
	* BUILD: Added $OPTS

2003-02-26 Julian v. Bock <julian@wongr.net>
	* BUILD: enable installwatch.

2003-02-08 Julian v. Bock <julian@wongr.net>
	* DETAILS: set VERSION to 3.2.2.

2002-12-31 Julian v. Bock <julian@wongr.net>
	* CONFIGURE: don't install fixed includes by default.

2002-12-14 Julian v. Bock <julian@wongr.net>
	* CONFIGURE: add option to not install fixed includes.

2002-11-21 Julian v. Bock <julian@wongr.net>
	* DETAILS: set VERSION to 3.2.1.

2002-10-26 Julian v. Bock <julian@wongr.net>
	* BUILD: unset LD_PRELOAD before make install because of problems
	  with installwatch.

2002-10-03 Julian v. Bock <julian@wongr.net>
	* DETAILS: add LICENSE and MD5 fields.

2002-09-04 Julian v. Bock <julian@wongr.net>
	* BUILD: move creation / deletion of build directory to
	  PRE_BUILD and POST_INSTALL.
	* PRE_BUILD: likewise.
	* POST_INSTALL: likewise.

2002-08-?? Julian v. Bock <julian@wongr.net>
	* DETAILS: set VERSION to 3.2.

2002-05-26 Julian v. Bock <julian@wongr.net>
	* DETAILS: update spell for gcc-3.1; remove pascal stuff.
	* BUILD: remove pascal stuff; remove --enable-shared; add
	  --enable-threads=posix; build everything in a separate directory.
	* CONFIGURE: add Ada 95 frontend; remove pascal frontend; add
	  configure options for all frontends but C and C++.
	* PRE_BUILD: remove.
	* DEPENDS: add.

2002-05-11 Julian v. Bock <julian@wongr.net>
	* DETAILS: set PASCAL_VERSION to 2.1.
	* PRE_BUILD: use gpc-20020510 instead of gpc-$PASCAL_VERSION.

2002-05-10 Ole Tange <sgl-spell-gcc@tange.dk>
	* DETAILS: set PASCAL_VERSION to 20020502.

2002-04-30 Julian v. Bock <julian@wongr.net>
	* DETAILS: set PASCAL_VERSION to 20020426.
	* CONFIGURE: add; make pascal support optional.
	* PRE_BUILD: likewise.
	* BUILD: likewise.

2002-04-23 Julian v. Bock <julian@wongr.net>
	* BUILD: add pascal fix by Lyon Lemmens; don't use
	  --enable-languages.

2002-04-18 Julian v. Bock <julian@wongr.net>
	* DETAILS: set PASCAL_VERSION to 20020410.

2002-04-11 Julian v. Bock <julian@wongr.net>
	* BUILD: use "objc" in languages instead of "objective-c".

2002-04-03 Julian v. Bock <julian@wongr.net>
	* DETAILS: update PASCAL_VERSION to 20020402; set SORUCE2_URL[0]
	  to http://www.gnu-pascal.de/current/$SOURCE2.

2002-03-29 Julian v. Bock <julian@wongr.net>
	* BUILD: don't build chill frontend
	* DETAILS: update PASCAL_VERSION to 20020318; remove SOURCE2_URL[0].