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
99923eed
Commit
99923eed
authored
24 years ago
by
Richard Henderson
Committed by
Richard Henderson
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Fix typo last change.
From-SVN: r34304
parent
dc6746e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/configure
+0
-0
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
99923eed
2000-05-31 Richard Henderson <rth@cygnus.com>
* configure.in: Fix typo last change.
2000-05-31 Philipp Thomas <pthomas@suse.de>
* configure.in (enable-nls): Enable if build == host, i.e. when
...
...
This diff is collapsed.
Click to expand it.
gcc/configure
View file @
99923eed
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
99923eed
...
...
@@ -4112,7 +4112,7 @@ AC_ARG_ENABLE(nls,
# if cross compiling, disable NLS support.
# It's not worth the trouble, at least for now.
if test "${build}" != "${host}" && test "x$enable_nls" == "xyes" then
if test "${build}" != "${host}" && test "x$enable_nls" == "xyes"
;
then
AC_MSG_WARN(Disabling NLS support for canadian cross compiler.)
enable_nls=no
fi
...
...
This diff is collapsed.
Click to expand it.
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