Use --enable-sjlj-exceptions when configuring gcc so that exception handling
authorManuel Novoa III <mjn3@codepoet.org>
Wed, 11 Feb 2004 03:32:34 +0000 (03:32 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Wed, 11 Feb 2004 03:32:34 +0000 (03:32 -0000)
commit18cefb81d1b7374131a9c8cc4cdf63188914994e
treee3760dfae2b083f2d185a3f4eda41853cc136ab0
parent0209686130ce8721ddc03f481a39940dbbbb82cb
Use --enable-sjlj-exceptions when configuring gcc so that exception handling
  works for dynamicly linked executables.  Only tested so far on i386 with
  gcc 3.3.2.  But combined with the latest ldso updates, I can now get a
  dynamicly linked java helloworld app to run.
Add a config toggle for building gcj and libgcj.  The build runs fine
  through gcc-final but currently requires hand interventions to build
  gcc-target.  Again, only tested so far on i386.
Makefile
make/gcc-uclibc-3.3.mk