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
20fced2c
Commit
20fced2c
authored
Jan 21, 1999
by
Michael Meissner
Committed by
Michael Meissner
Jan 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--with-gnu-ld uses different x- fiile under aix 4.1
From-SVN: r24804
parent
297e73d8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
1 deletions
+26
-1
gcc/ChangeLog
+9
-0
gcc/config/rs6000/x-aix41-gld
+12
-0
gcc/configure
+0
-0
gcc/configure.in
+5
-1
No files found.
gcc/ChangeLog
View file @
20fced2c
Thu
Jan
21
19
:
44
:
55
1999
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
configure
.
in
({
rs6000
|
powerpc
}
-
ibm
-
aix4
.[
12
]
*
)
:
If
--
with
-
gnu
-
ld
,
use
x
-
aix41
-
gld
instead
of
x
-
aix41
to
suppress
adding
-
Wl
,
-
bbigtoc
to
BOOT_LDFLAGS
.
*
configure
:
Regenerate
.
*
config
/
rs6000
/
x
-
aix41
-
gld
:
New
file
,
don
'
t
set
BOOT_LDFLAGS
.
Thu
Jan
21
15
:
48
:
03
1999
Dave
Brolley
<
brolley
@cygnus
.
com
>
*
cppexp
.
c
(
cpp_lex
)
:
Allocate
token_buffer
dynamically
.
...
...
gcc/config/rs6000/x-aix41-gld
0 → 100644
View file @
20fced2c
# configuration for IBM RS/6000 running AIX 4.1+
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any
# to define the symbol).
CLIB=-lld
# f771 and cc1plus overflow the AIX TOC, however gld doesn't support -bbigtoc
# BOOT_LDFLAGS=-Wl,-bbigtoc
gcc/configure
View file @
20fced2c
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
20fced2c
...
...
@@ -2863,7 +2863,11 @@ changequote([,])dnl
changequote(,)dnl
rs6000-ibm-aix4.[12]* | powerpc-ibm-aix4.[12]*)
changequote([,])dnl
tm_file=rs6000/aix41.h
if test "$gnu_ld" = yes
tm_file=rs6000/aix41-gld.h
else
tm_file=rs6000/aix41.h
fi
if test x$host != x$target
then
tmake_file=rs6000/t-xnewas
...
...
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