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
3ddde226
Commit
3ddde226
authored
Aug 26, 1994
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r7987
parent
d9b63ad4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
gcc/config.guess
+0
-4
No files found.
gcc/config.guess
View file @
3ddde226
...
...
@@ -29,7 +29,6 @@
#
# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
# Add the directory in our PATH last so BSD programs wont get overridden.
# (ghazi@noc.rutgers.edu 8/24/94.)
if
(
test
-f
/.attbin/uname
)
>
/dev/null 2>&1
;
then
PATH
=
$PATH
:/.attbin
;
export
PATH
...
...
@@ -60,9 +59,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
echo
arm-acorn-riscix
${
UNAME_RELEASE
}
exit
0
;;
Pyramid
*
:OSx
*
:
*
:
*
)
# We want to differentiate universes because most programs will
# only compile in one or the other. Programs which compile in
# both can case switch on pyramid-pyramid-* in configure.
if
test
"
`
(
/bin/universe
)
2>/dev/null
`
"
=
att
;
then
echo
pyramid-pyramid-sysv3
else
...
...
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