diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 11:10:55 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 11:10:55 +0000 |
commit | 5846e92cf1fb406d1c6457d369ac7f278c4f3ffa (patch) | |
tree | be328718f4f4a9bbc14f4c02d755166d104dc1ba /configure | |
parent | cf210371e6e8faf320959db3a6ed010379e2d4e8 (diff) | |
download | gcc-5846e92cf1fb406d1c6457d369ac7f278c4f3ffa.tar.gz |
2010-01-11 Andreas Tobler <andreast@fgznet.ch>
* configure.ac: Enable libjava build on x86_64-*freebsd*.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index f99b05c7643..103863d8337 100755 --- a/configure +++ b/configure @@ -3260,6 +3260,7 @@ case "${target}" in case "${target}" in i*86-*-*) ;; alpha*-*-*) ;; + x86_64-*-*) ;; *) noconfigdirs="$noconfigdirs ${libgcj}" ;; |