changelog
- Sat, 21 May 2011 22:05:42 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sat, 21 May 2011 22:05:42 +0200] rev 340
- Correct diverse buildconf of upstream release and reconcile packaging somewhat.
These changes stem from the obvious changes in the latest vendor release, but
from discussions with trolls Daniel and Oswald as well regarding build config.
This commital follows conclusion of buildconf adjustments to allow the new
vendor version to build on Linux AMD64, but is incomplete as many packaging
comments show. The next series of changes focus on Solaris IA32 and reduction
of buildconf adjustments testing old problems comprehensively in anticipation
of discussion at the upcoming Nokia Contributor Summit in Berlin.
- Mon, 04 Apr 2011 20:34:12 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Mon, 04 Apr 2011 20:34:12 +0200] rev 339
- Clean duplicate fortran binary leaving only canonical gfortran(1).
- Sun, 03 Apr 2011 15:43:53 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Sun, 03 Apr 2011 15:43:53 +0200] rev 338
- Remove duplicate java and unused include paths, and correct jar path.
- 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.