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
3f0e0fa2
Commit
3f0e0fa2
authored
May 26, 2001
by
Rainer Orth
Committed by
Richard Henderson
May 25, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.
From-SVN: r42609
parent
f204d330
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+4
-4
No files found.
gcc/ChangeLog
View file @
3f0e0fa2
2001
-
05
-
25
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
i386
/
i386
.
h
(
CC1_CPU_SPEC
)
:
Clarify
-
m486
etc
deprecation
messages
.
2001
-
05
-
25
Richard
Henderson
<
rth
@redhat
.
com
>
2001
-
05
-
25
Richard
Henderson
<
rth
@redhat
.
com
>
*
libgcc
-
std
.
ver
:
Export
XFmode
and
TFmode
versions
of
symbols
.
*
libgcc
-
std
.
ver
:
Export
XFmode
and
TFmode
versions
of
symbols
.
...
...
gcc/config/i386/i386.h
View file @
3f0e0fa2
...
@@ -437,13 +437,13 @@ extern int ix86_arch;
...
@@ -437,13 +437,13 @@ extern int ix86_arch;
#define CC1_CPU_SPEC "\
#define CC1_CPU_SPEC "\
%{!mcpu*: \
%{!mcpu*: \
%{m386:-mcpu=i386 \
%{m386:-mcpu=i386 \
%n`-m386' is deprecated. Use `-march
' or `-mcpu
' instead.\n} \
%n`-m386' is deprecated. Use `-march
=i386' or `-mcpu=i386
' instead.\n} \
%{m486:-mcpu=i486 \
%{m486:-mcpu=i486 \
%n`-m486' is deprecated. Use `-march
' or `-mcpu
' instead.\n} \
%n`-m486' is deprecated. Use `-march
=i486' or `-mcpu=i486
' instead.\n} \
%{mpentium:-mcpu=pentium \
%{mpentium:-mcpu=pentium \
%n`-mpentium' is deprecated. Use `-march
' or `-mcpu
' instead.\n} \
%n`-mpentium' is deprecated. Use `-march
=pentium' or `-mcpu=pentium
' instead.\n} \
%{mpentiumpro:-mcpu=pentiumpro \
%{mpentiumpro:-mcpu=pentiumpro \
%n`-mpentiumpro' is deprecated. Use `-march
' or `-mcpu
' instead.\n}}"
%n`-mpentiumpro' is deprecated. Use `-march
=pentiumpro' or `-mcpu=pentiumpro
' instead.\n}}"
#endif
#endif
#ifndef CPP_CPU_DEFAULT_SPEC
#ifndef CPP_CPU_DEFAULT_SPEC
...
...
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