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
8bc2fff1
Commit
8bc2fff1
authored
Jun 19, 2002
by
Nathanael Nerode
Committed by
DJ Delorie
Jun 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Rearrange a little.
From-SVN: r54806
parent
8f2e3902
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
ChangeLog
+2
-0
configure.in
+7
-4
No files found.
ChangeLog
View file @
8bc2fff1
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
* configure.in: Rearrange a little.
* configure.in: Remove references to librx.
* configure.in: Remove references to librx.
* Makefile.in: Remove references to librx.
* Makefile.in: Remove references to librx.
...
...
configure.in
View file @
8bc2fff1
...
@@ -45,8 +45,6 @@
...
@@ -45,8 +45,6 @@
host_libs
=
"intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib"
host_libs
=
"intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib"
libstdcxx_version
=
"target-libstdc++-v3"
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'
# these tools are built for the host environment
# these tools are built for the host environment
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
...
@@ -117,6 +115,13 @@ appdirs=""
...
@@ -117,6 +115,13 @@ appdirs=""
# per-host:
# per-host:
# There is no longer anything interesting in the per-host section.
# per-target:
# 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'
# Work in distributions that contain no compiler tools, like Autoconf.
# Work in distributions that contain no compiler tools, like Autoconf.
tentative_cc
=
""
tentative_cc
=
""
if
test
-d
${
srcdir
}
/config
;
then
if
test
-d
${
srcdir
}
/config
;
then
...
@@ -350,8 +355,6 @@ if test -n "${host_makefile_frag}" ; then
...
@@ -350,8 +355,6 @@ if test -n "${host_makefile_frag}" ; then
host_makefile_frag
=
mh-frag
host_makefile_frag
=
mh-frag
fi
fi
# per-target:
case
"
${
target
}
"
in
case
"
${
target
}
"
in
v810
*
)
v810
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-v810"
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-v810"
...
...
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