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
69c9f0fb
Commit
69c9f0fb
authored
Jun 14, 1999
by
Nick Clifton
Committed by
Nick Clifton
Jun 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
From-SVN: r27516
parent
e4b593c5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
69c9f0fb
Mon Jun 14 11:43:41 1999 Nick Clifton <nickc@cygnus.com>
* configure.in: Fix typo in rs6000-ibm-aix4 case.
* configure: Regenerate.
Mon Jun 14 03:55:40 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
...
...
gcc/configure
View file @
69c9f0fb
...
...
@@ -5241,7 +5241,7 @@ for machine in $build $host $target; do
then
xmake_file
=
rs6000/x-aix41-gld
else
xmake_file
=
r
x
6000/x-aix41
xmake_file
=
r
s
6000/x-aix41
fi
float_format
=
none
use_collect2
=
yes
...
...
gcc/configure.in
View file @
69c9f0fb
...
...
@@ -2932,7 +2932,7 @@ changequote([,])dnl
then
xmake_file=rs6000/x-aix41-gld
else
xmake_file=r
x
6000/x-aix41
xmake_file=r
s
6000/x-aix41
fi
float_format=none
use_collect2=yes
...
...
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