diff options
author | Andrew John Hughes <ahughes@redhat.com> | 2009-03-03 17:03:51 +0000 |
---|---|---|
committer | Andrew John Hughes <gandalf@gcc.gnu.org> | 2009-03-03 17:03:51 +0000 |
commit | 6eaf85d0018e29f7fed19301d94f2320bed63af2 (patch) | |
tree | 60c3b065fa902e4b87279fbf3bfddb96226fa41a /libjava/include | |
parent | 067dd3c96dbb75465d32f914e72feb49f234dd0a (diff) | |
download | gcc-6eaf85d0018e29f7fed19301d94f2320bed63af2.zip gcc-6eaf85d0018e29f7fed19301d94f2320bed63af2.tar.gz gcc-6eaf85d0018e29f7fed19301d94f2320bed63af2.tar.bz2 |
Cleanup new JDK directory support in GCJ.
2009-03-03 Andrew John Hughes <ahughes@redhat.com>
* Makefile.am:
Remove dangling src.zip and javac symlinks.
Fix java.security symlink to use toolexeclibdir
as classpath/resource/Makefile.am does.
* Makefile.in,
* configure: Regenerated.
* configure.ac: Drop hard-coded prefix,
thus removing sdk_dir and making jre_dir="jre".
Map x86_64 to amd64 as used by OpenJDK.
* gcj/Makefile.in,
* include/Makefile.in,
* testsuite/Makefile.in: Regenerated.
From-SVN: r144576
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index 1b94fcf..e262cda 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -240,7 +240,6 @@ PKG_CONFIG = @PKG_CONFIG@ PLATFORM = @PLATFORM@ RANLIB = @RANLIB@ SDK_BIN_DIR = @SDK_BIN_DIR@ -SDK_DIR = @SDK_DIR@ SDK_INCLUDE_DIR = @SDK_INCLUDE_DIR@ SDK_LIB_DIR = @SDK_LIB_DIR@ SDK_LNK = @SDK_LNK@ |