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
628714d8
Commit
628714d8
authored
Jun 09, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CC1_CPU_SPEC): Renamed, was CC1_SPEC.
(CC1_SPEC): New macro. (EXTRA_SPECS): Add "cc1_cpu." From-SVN: r14180
parent
7fe47db9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
gcc/config/i386/i386.h
+11
-6
No files found.
gcc/config/i386/i386.h
View file @
628714d8
/* Definitions of target machine for GNU compiler for Intel X86
(386, 486, Pentium).
Copyright (C) 1988,
1992, 1994, 1995, 1996
Free Software Foundation, Inc.
Copyright (C) 1988,
92, 94, 95, 96, 1997
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -289,8 +289,8 @@ extern int ix86_arch;
/* Specs for the compiler proper */
#ifndef CC1_SPEC
#define CC1_SPEC "\
#ifndef CC1_
CPU_
SPEC
#define CC1_
CPU_
SPEC "\
%{!mcpu*: \
%{m386:-mcpu=i386 -march=i386} \
%{mno-486:-mcpu=i386 -march=i386} \
...
...
@@ -329,9 +329,13 @@ extern int ix86_arch;
#endif
/* __STDC__ */
#endif
/* CPP_CPU_SPEC */
/* This macro defines names of additional specifications to put in the specs
that can be used in various specifications like CC1_SPEC. Its definition
is an initializer with a subgrouping for each command option.
#ifndef CC1_SPEC
#define CC1_SPEC "%(cc1_spec) "
#endif
/* This macro defines names of additional specifications to put in the
specs that can be used in various specifications like CC1_SPEC. Its
definition is an initializer with a subgrouping for each command option.
Each subgrouping contains a string constant, that defines the
specification name, and a string constant that used by the GNU CC driver
...
...
@@ -345,6 +349,7 @@ extern int ix86_arch;
#define EXTRA_SPECS \
{ "cpp_cpu", CPP_CPU_SPEC }, \
{ "cc1_cpu", CC1_CPU_SPEC }, \
SUBTARGET_EXTRA_SPECS
/* target machine storage layout */
...
...
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