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
5e3caf26
Commit
5e3caf26
authored
Jun 26, 2001
by
Rainer Orth
Committed by
Rainer Orth
Jun 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/sol2.h (CPP_SPEC): Pass -P for .S files.
From-SVN: r43587
parent
672a6f42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
gcc/ChangeLog
+4
-0
gcc/config/i386/sol2.h
+8
-5
No files found.
gcc/ChangeLog
View file @
5e3caf26
2001
-
06
-
26
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
config
/
i386
/
sol2
.
h
(
CPP_SPEC
)
:
Pass
-
P
for
.
S
files
.
2001
-
06
-
26
Neil
Booth
<
neil
@daikokuya
.
demon
.
co
.
uk
>
*
Makefile
.
in
(
TARGET_H
,
TARGET_DEF_H
)
:
New
.
...
...
gcc/config/i386/sol2.h
View file @
5e3caf26
/* Target definitions for GNU compiler for Intel 80386 running Solaris 2
Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999
Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999
, 2000, 2001
Free Software Foundation, Inc.
Contributed by Fred Fish (fnf@cygnus.com).
...
...
@@ -66,11 +66,14 @@ Boston, MA 02111-1307, USA. */
#define CPP_PREDEFINES \
"-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem=svr4"
/* Solaris 2/Intel as chokes on #line directives. */
#undef CPP_SPEC
#define CPP_SPEC "%(cpp_cpu) \
%{pthreads:-D_REENTRANT -D_PTHREADS} \
%{!pthreads:%{threads:-D_REENTRANT -D_SOLARIS_THREADS}} \
%{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude}"
#define CPP_SPEC \
"%{.S:-P} \
%(cpp_cpu) \
%{pthreads:-D_REENTRANT -D_PTHREADS} \
%{!pthreads:%{threads:-D_REENTRANT -D_SOLARIS_THREADS}} \
%{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude}"
#undef LIB_SPEC
#define LIB_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