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
60a8ab96
Commit
60a8ab96
authored
Dec 13, 2000
by
DJ Delorie
Committed by
DJ Delorie
Dec 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (cygwin, win32, mingw32): Use float-i386.h.
From-SVN: r38240
parent
41dfe3a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+3
-0
No files found.
gcc/ChangeLog
View file @
60a8ab96
2000-12-13 DJ Delorie <dj@redhat.com>
* config.gcc (cygwin, win32, mingw32): Use float-i386.h.
2000-12-13 Tom Tromey <tromey@redhat.com>
* gcc.c (handle_braces): Handle %{<S*} spec correctly.
...
...
gcc/config.gcc
View file @
60a8ab96
...
...
@@ -1422,6 +1422,7 @@ i386-*-vsta) # Intel 80386's running VSTa kernel
;;
i[34567]86-*-win32)
xm_file="${xm_file} i386/xm-cygwin.h"
float_format=i386
tmake_file=i386/t-cygwin
tm_file=i386/win32.h
xmake_file=i386/x-cygwin
...
...
@@ -1433,6 +1434,7 @@ i[34567]86-*-win32)
;;
i[34567]86-*-pe | i[34567]86-*-cygwin*)
xm_file="${xm_file} i386/xm-cygwin.h"
float_format=i386
tmake_file=i386/t-cygwin
tm_file=i386/cygwin.h
xmake_file=i386/x-cygwin
...
...
@@ -1444,6 +1446,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
;;
i[34567]86-*-mingw32*)
tm_file=i386/mingw32.h
float_format=i386
xm_file="${xm_file} i386/xm-mingw32.h"
tmake_file="i386/t-cygwin i386/t-mingw32"
extra_objs=winnt.o
...
...
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