Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4182d9fa
Commit
4182d9fa
authored
May 03, 2002
by
Alexandre Oliva
Committed by
Alexandre Oliva
May 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Revert 2002-04-18's patch; fixed in libjava.
From-SVN: r53109
parent
eb9c4fdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
27 deletions
+4
-27
ChangeLog
+4
-0
configure.in
+0
-27
No files found.
ChangeLog
View file @
4182d9fa
2002-05-03 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Revert 2002-04-18's patch; fixed in libjava.
2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
* configure.in (FLAGS_FOR_TARGET): Do not add
...
...
configure.in
View file @
4182d9fa
...
...
@@ -1371,33 +1371,6 @@ case "${host}" in
;;
esac
# If we're building libgcj and we're using the Solaris 2.8 linker,
# then we check for a known problem.
if
test
"x
${
libgcj
}
"
=
x
&&
test
"
${
with_gnu_ld
}
"
!=
yes
\
&&
test
"
${
is_cross_compiler
}
"
=
no
;
then
case
"
${
host
}
"
in
sparc-
*
-solaris2
.8
)
if
test
"
$libdir
"
=
'${exec_prefix}/lib'
;
then
if
test
"
$exec_prefix
"
=
'$(prefix)'
;
then
tlibdir
=
"
$prefix
/lib"
else
tlibdir
=
"
$exec_prefix
/lib"
fi
else
tlibdir
=
"
$libdir
"
fi
if
test
-f
$tlibdir
/libgcj.la
;
then
echo
"*** You've already installed libgcj in
$tlibdir
."
1>&2
echo
" This causes problems when rebuilding libgcj with the Solaris 2.8 linker."
1>&2
echo
" Either disable the libgcj build, or remove the"
1>&2
echo
" already-installed libgcj files."
1>&2
exit
1
fi
;;
esac
fi
# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
# binutils tools will find libbfd.so.
if
test
"
${
shared
}
"
=
"yes"
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment