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
6ecd4e53
Commit
6ecd4e53
authored
Apr 05, 1998
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (alpha-dec-osf*): Match osf1.3 correctly.
From-SVN: r19007
parent
e2cc7d49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
gcc/ChangeLog
+5
-5
gcc/configure
+1
-4
gcc/configure.in
+1
-4
No files found.
gcc/ChangeLog
View file @
6ecd4e53
Sun Apr 5 16:
53:37 1998Don Bowman <don@pixsci.com>
Sun Apr 5 16:
31:10 1998 Richard Henderson <rth@cygnus.com>
* configure.in (mips-wrs-vxworks): New target
.
* configure.in (alpha-dec-osf*): Match osf1.3 correctly
.
S
at Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com)
S
un Apr 5 16:53:37 1998 Don Bowman <don@pixsci.com>
* version.c: Bump for snapsho
t.
* configure.in (mips-wrs-vxworks): New targe
t.
Sat Apr 4 23:3
3:38
PST 1998 Jeff Law (law@cygnus.com)
Sat Apr 4 23:3
4:32
PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
* version.c: Bump for snapshot.
...
...
gcc/configure
View file @
6ecd4e53
...
@@ -2046,7 +2046,7 @@ for machine in $build $host $target; do
...
@@ -2046,7 +2046,7 @@ for machine in $build $host $target; do
fi
fi
use_collect2
=
yes
use_collect2
=
yes
case
$machine
in
case
$machine
in
*
-
*
-osf1
.2
)
*
-
*
-osf1
*
)
tm_file
=
"
${
tm_file
}
alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
tm_file
=
"
${
tm_file
}
alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
;;
;;
*
-
*
-osf
[
23]
*
)
*
-
*
-osf
[
23]
*
)
...
@@ -2058,9 +2058,6 @@ for machine in $build $host $target; do
...
@@ -2058,9 +2058,6 @@ for machine in $build $host $target; do
# a broken tar, so we use cpio instead.
# a broken tar, so we use cpio instead.
install_headers_dir
=
install-headers-cpio
install_headers_dir
=
install-headers-cpio
;;
;;
*
-
*
-osf
*
)
tm_file
=
"
${
tm_file
}
alpha/osf.h"
;;
esac
esac
case
$machine
in
case
$machine
in
*
-
*
-osf4
.0[b-z]
|
*
-
*
-osf4
.[1-9]
*
)
*
-
*
-osf4
.0[b-z]
|
*
-
*
-osf4
.[1-9]
*
)
...
...
gcc/configure.in
View file @
6ecd4e53
...
@@ -363,7 +363,7 @@ for machine in $build $host $target; do
...
@@ -363,7 +363,7 @@ for machine in $build $host $target; do
fi
fi
use_collect2=yes
use_collect2=yes
case $machine in
case $machine in
*-*-osf1
.2
)
*-*-osf1
*
)
tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h"
;;
;;
*-*-osf[[23]]*)
*-*-osf[[23]]*)
...
@@ -375,9 +375,6 @@ for machine in $build $host $target; do
...
@@ -375,9 +375,6 @@ for machine in $build $host $target; do
# a broken tar, so we use cpio instead.
# a broken tar, so we use cpio instead.
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
*-*-osf*)
tm_file="${tm_file} alpha/osf.h"
;;
esac
esac
case $machine in
case $machine in
*-*-osf4.0[[b-z]] | *-*-osf4.[[1-9]]*)
*-*-osf4.0[[b-z]] | *-*-osf4.[[1-9]]*)
...
...
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