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
39987976
Commit
39987976
authored
May 19, 2003
by
Kelley Cook
Committed by
DJ Delorie
May 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* acinclude.m4: Accept i[3456789]86 for machine type.
From-SVN: r66968
parent
025d9908
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
config/ChangeLog
+4
-0
config/acinclude.m4
+1
-1
No files found.
config/ChangeLog
View file @
39987976
2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
* acinclude.m4: Accept i[3456789]86 for machine type.
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
...
...
config/acinclude.m4
View file @
39987976
...
...
@@ -788,7 +788,7 @@ dnl Yes, this is ugly, and only used for a canadian cross anyway. This
dnl is just to keep configure from stopping here.
case "${host}" in
changequote(,)
i[3456]86-*-*) ac_cv_c_little_endian=yes ;;
i[3456
789
]86-*-*) ac_cv_c_little_endian=yes ;;
sparc*-*-*) ac_cv_c_little_endian=no ;;
changequote([,])
*) AC_MSG_WARN(Can't cross compile this test) ;;
...
...
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