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
a51a07fa
Commit
a51a07fa
authored
Apr 30, 2002
by
Nathanael Nerode
Committed by
DJ Delorie
Apr 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Eliminate redundant test for libgui.
From-SVN: r52920
parent
9a3e5fd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ChangeLog
+4
-0
configure.in
+0
-4
No files found.
ChangeLog
View file @
a51a07fa
2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
* configure.in: Eliminate redundant test for libgui.
2002-04-29 Roger Sayle <roger@eyesopen.com>
* MAINTAINERS: Add self and realphabetize. Update entries
...
...
configure.in
View file @
a51a07fa
...
...
@@ -44,10 +44,6 @@
#
host_libs
=
"intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib"
if
[
"
${
enable_gdbgui
}
"
=
"yes"
]
;
then
host_libs
=
"
${
host_libs
}
libgui"
fi
libstdcxx_version
=
"target-libstdc++-v3"
# Don't use libstdc++-v3's flags to configure/build itself.
libstdcxx_flags
=
'`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
...
...
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