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
baf55877
Commit
baf55877
authored
Dec 12, 1997
by
Fred Fish
Committed by
Jeff Law
Dec 11, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Add BeOS support.
From-SVN: r17059
parent
9cf3ae46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
+4
-0
config.guess
+6
-0
No files found.
ChangeLog
View file @
baf55877
Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
* config.guess: Add BeOS support.
Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
* configure (gxx_include_dir): Fix thinko.
...
...
config.guess
View file @
baf55877
...
...
@@ -771,6 +771,12 @@ EOF
echo
mips-unknown-sysv
${
UNAME_RELEASE
}
fi
exit
0
;;
BeBox:BeOS:
*
:
*
)
# BeOS running on hardware made by Be, PPC only.
echo
powerpc-be-beos
exit
0
;;
BeMac:BeOS:
*
:
*
)
# BeOS running on Mac or Mac clone, PPC only.
echo
powerpc-apple-beos
exit
0
;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
...
...
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