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
2337b6b7
Commit
2337b6b7
authored
Dec 09, 2010
by
Joseph Myers
Committed by
Joseph Myers
Dec 09, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
From-SVN: r167655
parent
0ad27389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config.gcc
+2
-2
No files found.
gcc/ChangeLog
View file @
2337b6b7
2010
-
12
-
09
Joseph
Myers
<
joseph
@codesourcery
.
com
>
*
config
.
gcc
(
ia64
*-*-
linux
*
,
ia64
*-*-
hpux
*
)
:
Don
'
t
use
svr4
.
h
.
2010
-
12
-
09
Joseph
Myers
<
joseph
@codesourcery
.
com
>
*
config
/
pa
/
pa32
-
linux
.
h
(
WCHAR_TYPE
,
WCHAR_TYPE_SIZE
)
:
Define
.
*
config
.
gcc
(
hppa
*
64
*-*-
linux
*
,
hppa
*-*-
linux
*
)
:
Don
'
t
use
svr4
.
h
.
gcc/config.gcc
View file @
2337b6b7
...
...
@@ -1553,7 +1553,7 @@ ia64*-*-freebsd*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
;;
ia64*-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h
svr4.h
linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
if test x$with_system_libunwind != xyes ; then
tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
...
...
@@ -1562,7 +1562,7 @@ ia64*-*-linux*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
;;
ia64*-*-hpux*)
tm_file="${tm_file} dbxelf.h elfos.h
svr4.h
ia64/sysv4.h ia64/hpux.h"
tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
tmake_file="ia64/t-ia64 ia64/t-hpux"
target_cpu_default="MASK_GNU_AS"
case x$enable_threads in
...
...
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