2003-05-30 01:14:12 by grant beattie | Files touched by this commit (18) |
Log message:
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
|
2003-05-23 03:50:30 by Jan Schaumann | Files touched by this commit (1) |
Log message:
jikes works under Linux as well.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-04-21 22:27:08 by Chris Pinnock | Files touched by this commit (1) |
Log message:
Add RCS tag
|
2003-01-21 12:18:25 by Nick Hudson | Files touched by this commit (3) |
Log message:
Update jikes to 1.18. This closes PR 19979 from Marc Recht.
Major user noticable items this release include:
- Compilation that encounters syntax errors is more robust.
- An assertion failure involving placeholder_type was solved.
- Many other minor bugs have been fixed; including a number of
segfaults and regressions present in 1.17.
Items of interest to developers and open source hackers include:
- Completely revamped error reporting system from Elliott Hughes
which simplifies the task of adding a new error message.
Also note that in 1.18 we have removed the copy of the GPL that was
improperly packaged with versions 1.15 through 1.7 due to a mis-
configuration of automake in the Jikes source tree. While the GPL license
was erroniously included with the sources for those three version, no
source file referenced it, and all source files, help texts and user
messages continued to reference the proper IBM license, which was also
bundled.
|
2002-10-30 08:22:10 by Nick Hudson | Files touched by this commit (1) |
Log message:
Remove unnecessary CXXFLAGS+=
|
2002-10-30 07:46:08 by Nick Hudson | Files touched by this commit (4) |
Log message:
Update jikes to 1.17
Jikes version 1.16 represents 9 months of development, 4 megs of patches
(when consolidated into one unified diff) covering well over 100,000 lines
of changes. Some of the focus of the releaes include:
* spec support:
- support for JSR 41 (java asserts available in JSDK 1.4!)
- tighter JLS/JVMS obedience, including focus on:
. Inner classes
. Definite (un)assignment
* adjusted options:
- more gnu-like options available such as --help.
- --source and --target options to control how jikes
interprets source and emits classes.
- more javac compatibility flags added, such as -J
* 9 months of miscenalious bug fixes:
- over 350 jacks test cases fixed
- ZERO jacks test cases regressed
This release is dedicated to geeks and the people who love them.
Jikes version 1.17 contains a number of bug fixes from Jikes 1.16
|
2002-09-29 09:36:49 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Use gcc/buildlink2.mk instead of Makefile.gcc
|
2002-05-20 20:15:16 by Chris Pinnock | Files touched by this commit (1) |
Log message:
Add NetBSD tag.
|
2002-03-31 19:55:22 by Dan McMahill | Files touched by this commit (1) |
Log message:
depend on lang/gcc package on systems without the new toolchain. Avoids
internal c++ compiler errors. Also unlimit datasize. This fixes long standing
build problems on alpha.
|