changelog
- Sun, 03 Apr 2011 13:34:55 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sun, 03 Apr 2011 13:34:55 +0200] rev 337
- Correct and improve several packaging aspects including...
Correct datadir path for python modules, correct jar(1) path for
building libgcj classes, strip libexecdir path of version numbers,
improve name of oblbld build path, clean whitespace from as(1) and
ld(1) GNU detection, remove seemingly discarded '--with-local-prefix'
configure argument, and correct hardcoded lto plugin libtool archive
dependency information.
Most importantly, correct IA32 architecture detection logic in
config.gcc to correctly emit SSE2 instructions conditionally, leading
to the removal of all '-march' bootstrap options and replacement with
unconditional (for IA32/AMD64) '-mtune=native' options. Comments and
buildtime warnings are corrected appropriately. In theory these changes
cause a more portable, orthoganal, and optimal bootstrap to be built.
- Wed, 30 Mar 2011 19:37:58 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 30 Mar 2011 19:37:58 +0200] rev 336
- Renumber patch hunks to avoid patch(1) warnings, this time successfully.
- Wed, 30 Mar 2011 19:35:16 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 30 Mar 2011 19:35:16 +0200] rev 335
- Finally correct packaging logic enough to allow for successful building:
Force Java dependency to C++ and POSIX threads to satisfy buildtime
requirements of GCJ, add conditional java dependency to infozip as
required by libjava/configure, remove outdated fortran conditions,
correct buildconf causing jcf-dump target to fail, add and improve
warnings regarding profile feedback, build duration, and parallel
make, correct make environment when building C++ dependent languages,
and introduce new helpful comments.