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
af13ebe9
Commit
af13ebe9
authored
Aug 25, 1999
by
Nick Clifton
Committed by
Nick Clifton
Aug 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not configure or build ld for AIX native systems.
From-SVN: r28854
parent
c9304747
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
ChangeLog
+5
-0
configure.in
+10
-4
No files found.
ChangeLog
View file @
af13ebe9
1999-08-25 Nick Clifton <nickc@cygnus.com>
* configure.in: Do not configure or build ld for AIX
platforms. ld is known to be broken on these platforms.
Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config-ml.in: Pass compiler flag corresponding to multidirs to
...
...
configure.in
View file @
af13ebe9
...
...
@@ -699,8 +699,11 @@ case "${target}" in
;;
powerpc-
*
-aix
*
)
# copied from rs6000-*-* entry
noconfigdirs
=
"
$noconfigdirs
gprof cvssrc target-libgloss"
# This is needed until gcc and ld are fixed to work together.
# The configure and build of ld are currently disabled because
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
# The symptom is that GDBtk 4.18 fails at startup with a segfault
# if linked by GNU ld, but not if linked by the native ld.
noconfigdirs
=
"
$noconfigdirs
gprof cvssrc target-libgloss ld"
use_gnu_ld
=
no
;;
powerpc
*
-
*
-winnt
*
|
powerpc
*
-
*
-pe
*
|
ppc
*
-
*
-pe
)
...
...
@@ -719,8 +722,11 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
target-newlib gprof cvssrc"
;;
rs6000-
*
-aix
*
)
noconfigdirs
=
"
$noconfigdirs
gprof"
# This is needed until gcc and ld are fixed to work together.
# The configure and build of ld are currently disabled because
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
# The symptom is that GDBtk 4.18 fails at startup with a segfault
# if linked by GNU ld, but not if linked by the native ld.
noconfigdirs
=
"
$noconfigdirs
gprof ld"
use_gnu_ld
=
no
;;
rs6000-
*
-
*
)
...
...
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