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
4c218753
Commit
4c218753
authored
Nov 23, 2010
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental commit.
From-SVN: r167086
parent
f16d3f39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
gcc/config.in
+0
-4
gcc/configure.ac
+0
-22
No files found.
gcc/config.in
View file @
4c218753
...
...
@@ -1142,10 +1142,6 @@
#undef HAVE_LD_DEMANGLE
#endif
/* Define if your linker supports plugin. */
#ifndef USED_FOR_TARGET
#undef HAVE_LD_PLUGIN
#endif
/* Define if your linker supports --eh-frame-hdr option. */
#undef HAVE_LD_EH_FRAME_HDR
...
...
gcc/configure.ac
View file @
4c218753
...
...
@@ -3127,28 +3127,6 @@ if test x"$demangler_in_ld" = xyes; then
AC_MSG_RESULT($gcc_cv_ld_demangle)
fi
if test x"$linker_plugin_in_ld" = xyes; then
AC_MSG_CHECKING(linker support)
gcc_cv_ld_plugin=no
if test x"$ld_is_gold" = xyes; then
gcc_cv_ld_plugin=yes
else if test $in_tree_ld = yes; then
if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 21 -o "$gcc_cv_gld_major_version" -gt 2; then \
gcc_cv_ld_plugin=yes
fi
elif test x$PLUGIN_LD != x -a x"$gnu_ld" = xyes; then
# Check if the GNU linker supports --plugin-opt option
if $gcc_cv_ld --help 2>/dev/null | grep no-demangle > /dev/null; then
gcc_cv_ld_plugin=yes
fi
fi
if test x"$gcc_cv_ld_plugin" = xyes; then
AC_DEFINE(HAVE_LD_PLUGIN, 1,
[Define if your linker supports plugin.])
fi
AC_MSG_RESULT($gcc_cv_ld_plugin)
fi
case "$target" in
# All TARGET_ABI_OSF targets.
alpha*-*-osf* | alpha*-*-linux* | alpha*-*-*bsd*)
...
...
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