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
97286f7f
Commit
97286f7f
authored
Jan 24, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No, really this time.
From-SVN: r61689
parent
90861f51
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
configure
+0
-0
configure.in
+4
-5
No files found.
configure
View file @
97286f7f
This diff is collapsed.
Click to expand it.
configure.in
View file @
97286f7f
...
@@ -171,7 +171,7 @@ target_libs="target-libiberty \
...
@@ -171,7 +171,7 @@ target_libs="target-libiberty \
# list belongs in this list. those programs are also very likely
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
# candidates for the "native_only" list which follows
#
#
target_tools="target-examples target-groff target-gperf"
target_tools="target-examples target-groff target-gperf
target-rda
"
################################################################################
################################################################################
...
@@ -201,7 +201,7 @@ fi
...
@@ -201,7 +201,7 @@ fi
# We always want to use the same name for this directory, so that dejagnu
# We always want to use the same name for this directory, so that dejagnu
# can reliably find it.
# can reliably find it.
target_subdir=${target
_alias
}
target_subdir=${target}
if test ! -d ${target_subdir} ; then
if test ! -d ${target_subdir} ; then
if mkdir ${target_subdir} ; then true
if mkdir ${target_subdir} ; then true
...
@@ -211,8 +211,7 @@ if test ! -d ${target_subdir} ; then
...
@@ -211,8 +211,7 @@ if test ! -d ${target_subdir} ; then
fi
fi
fi
fi
build_prefix=build-
build_subdir=build-${build}
build_subdir=${build_prefix}${build_alias}
if test x"${build_alias}" != x"${host}" ; then
if test x"${build_alias}" != x"${host}" ; then
if test ! -d ${build_subdir} ; then
if test ! -d ${build_subdir} ; then
...
@@ -258,7 +257,7 @@ esac
...
@@ -258,7 +257,7 @@ esac
# Some tools are only suitable for building in a "native" situation.
# Some tools are only suitable for building in a "native" situation.
# Remove these if host!=target.
# Remove these if host!=target.
native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf
target-rda
"
native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf"
# Similarly, some are only suitable for cross toolchains.
# Similarly, some are only suitable for cross toolchains.
# Remove these if host=target.
# Remove these if host=target.
...
...
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