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
9d3c50ea
Commit
9d3c50ea
authored
Mar 13, 2008
by
David Edelsohn
Committed by
David Edelsohn
Mar 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.rpath: Add AIX 6 support.
From-SVN: r133182
parent
5a9340fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
ChangeLog
+4
-0
config.rpath
+4
-4
No files found.
ChangeLog
View file @
9d3c50ea
2008-03-13 David Edelsohn <edelsohn@gnu.org>
* config.rpath: Add AIX 6 support.
2008-03-13 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (stageprofile). Remove -fprofile-generate
...
...
config.rpath
View file @
9d3c50ea
...
...
@@ -125,7 +125,7 @@ esac
ld_shlibs
=
yes
if
test
"
$with_gnu_ld
"
=
yes
;
then
case
"
$host_os
"
in
aix
3
*
|
aix4
*
|
aix5
*
)
aix
[3-9]
*
)
# On AIX/PPC, the GNU linker is very broken
if
test
"
$host_cpu
"
!=
ia64
;
then
ld_shlibs
=
no
...
...
@@ -198,7 +198,7 @@ else
hardcode_direct
=
unsupported
fi
;;
aix
4
*
|
aix5
*
)
aix
[4-9]
*
)
if
test
"
$host_cpu
"
=
ia64
;
then
# On IA64, the linker does run time linking by default, so we don't
# have to do anything special.
...
...
@@ -208,7 +208,7 @@ else
# Test if we are trying to use run time linking or normal
# AIX style linking. If -brtl is somewhere in LDFLAGS, we
# need to do runtime linking.
case
$host_os
in
aix4.[23]|aix4.[23].
*
|
aix
5
*
)
case
$host_os
in
aix4.[23]|aix4.[23].
*
|
aix
[5-9]
*
)
for
ld_flag
in
$LDFLAGS
;
do
if
(
test
$ld_flag
=
"-brtl"
||
test
$ld_flag
=
"-Wl,-brtl"
)
;
then
aix_use_runtimelinking
=
yes
...
...
@@ -432,7 +432,7 @@ libname_spec='lib$name'
case
"
$host_os
"
in
aix3
*
)
;;
aix
4
*
|
aix5
*
)
aix
[4-9]
*
)
;;
amigaos
*
)
;;
...
...
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