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
0ef8b11b
Commit
0ef8b11b
authored
Jan 25, 2001
by
David Edelsohn
Committed by
David Edelsohn
Jan 25, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Add AIX 5 support following AIX 4.
From-SVN: r39270
parent
f07f5284
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
ChangeLog
+6
-0
ltcf-c.sh
+3
-3
ltcf-cxx.sh
+3
-3
ltconfig
+2
-2
No files found.
ChangeLog
View file @
0ef8b11b
2001-01-25 David Edelsohn <edelsohn@gnu.org>
* ltcf-c.sh: Add aix5 case.
* ltcf-cxx.sh: Likewise.
* ltconfig: Likewise.
2001-01-24 Alexandre Oliva <aoliva@redhat.com>
* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
...
...
ltcf-c.sh
View file @
0ef8b11b
...
...
@@ -57,7 +57,7 @@ if test "$with_gnu_ld" = yes; then
# See if GNU ld supports shared libraries.
case
"
$host_os
"
in
aix3
*
|
aix4
*
)
aix3
*
|
aix4
*
|
aix5
*
)
# On AIX, the GNU linker is very broken
ld_shlibs
=
no
cat
<<
EOF
1>&2
...
...
@@ -251,7 +251,7 @@ else
fi
;;
aix4
*
)
aix4
*
|
aix5
*
)
hardcode_libdir_flag_spec
=
'${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
hardcode_libdir_separator
=
':'
if
test
"
$with_gcc
"
=
yes
;
then
...
...
@@ -575,7 +575,7 @@ else
else
# PORTME Check for PIC flags for the system compiler.
case
"
$host_os
"
in
aix3
*
|
aix4
*
)
aix3
*
|
aix4
*
|
aix5
*
)
# All AIX code is PIC.
ac_cv_prog_cc_static
=
'-bnso -bI:/lib/syscalls.exp'
;;
...
...
ltcf-cxx.sh
View file @
0ef8b11b
...
...
@@ -116,7 +116,7 @@ fi
# In general, the C++ compiler should always link C++ objects.
case
$target
in
*
aix3
*
|
*
aix4
*
)
*
aix3
*
|
*
aix4
*
|
*
aix5
*
)
# AIX just has to be different, doesn't it? :-\
LD
=
makeC++SharedLib_r
LDFLAGS
=
"
$LDFLAGS
-p 0"
...
...
@@ -134,7 +134,7 @@ case "$host_os" in
# FIXME: insert proper C++ library support
ld_shlibs
=
no
;;
aix4
*
)
aix4
*
|
aix5
*
)
archive_expsym_cmds
=
"
\$
CC
$shared_flag
"
' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
# -bexpall does not export symbols beginning with underscore (_)
always_export_symbols
=
yes
...
...
@@ -621,7 +621,7 @@ if test "$with_gcc" = yes; then
esac
else
case
"
$host_os
"
in
aix4
*
)
aix4
*
|
aix5
*
)
# All AIX code is PIC.
;;
chorus
*
)
...
...
ltconfig
View file @
0ef8b11b
...
...
@@ -942,7 +942,7 @@ aix3*)
soname_spec
=
'${libname}${release}.so$major'
;;
aix4
*
)
aix4
*
|
aix5
*
)
version_type
=
linux
# AIX has no versioning support, so currently we can not hardcode correct
# soname into executable. Probably we can add versioning support to
...
...
@@ -1432,7 +1432,7 @@ aix3*)
fi
;;
aix4
*
)
aix4
*
|
aix5
*
)
test
"
$enable_shared
"
=
yes
&&
enable_static
=
no
;;
esac
...
...
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