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
b4dfb707
Commit
b4dfb707
authored
Nov 28, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Nov 28, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Fix NCR entries.
From-SVN: r16821
parent
74cd8397
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
b4dfb707
Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
* configure.in: Fix NCR entries.
Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com)
* flow.c (find_basic_blocks): Handle cfg issues for rethrows and
...
...
gcc/configure
View file @
b4dfb707
...
...
@@ -2443,7 +2443,7 @@ for machine in $build $host $target; do
xm_file
=
i386/xm-aix.h
xmake_file
=
i386/x-aix
;;
i
456
86-ncr-sysv4
*
)
# NCR 3000 - ix86 running system V.4
i
[456]
86-ncr-sysv4
*
)
# NCR 3000 - ix86 running system V.4
xm_file
=
i386/xm-sysv4.h
xmake_file
=
i386/x-ncr3000
if
[
x
$stabs
=
xyes
-a
x
$gas
=
xyes
]
...
...
gcc/configure.in
View file @
b4dfb707
...
...
@@ -707,7 +707,7 @@ for machine in $build $host $target; do
xm_file=i386/xm-aix.h
xmake_file=i386/x-aix
;;
i[
456
]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
i[
[456]
]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4
xm_file=i386/xm-sysv4.h
xmake_file=i386/x-ncr3000
if [[ x$stabs = xyes -a x$gas = xyes ]]
...
...
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