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
a0af94a7
Commit
a0af94a7
authored
Jul 04, 2002
by
Steve Ellcey
Committed by
Alexandre Oliva
Jul 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
From-SVN: r55250
parent
da77408f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
ChangeLog
+4
-0
ltcf-cxx.sh
+16
-3
No files found.
ChangeLog
View file @
a0af94a7
2002-07-04 Steve Ellcey <sje@cup.hp.com>
* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make --without-x work.
...
...
ltcf-cxx.sh
View file @
a0af94a7
...
...
@@ -250,11 +250,17 @@ case $host_os in
;;
hpux
*
)
if
test
$with_gnu_ld
=
no
;
then
hardcode_libdir_flag_spec
=
'${wl}+b ${wl}$libdir'
case
"
$host_cpu
"
in
ia64
*
)
hardcode_libdir_flag_spec
=
'-L$libdir'
hardcode_shlibpath_var
=
no
;;
*
)
hardcode_libdir_flag_spec
=
'${wl}+b ${wl}$libdir'
;;
esac
hardcode_direct
=
yes
hardcode_libdir_separator
=
:
export_dynamic_flag_spec
=
'${wl}-E'
fi
hardcode_direct
=
yes
hardcode_minus_L
=
yes
# Not in the search PATH, but as the default
# location of the library.
...
...
@@ -283,7 +289,14 @@ case $host_os in
if
test
$with_gnu_ld
=
no
;
then
case
"
$host_os
"
in
hpux9
*
)
archive_cmds
=
'$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
;;
*
)
archive_cmds
=
'$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
;;
*
)
case
"
$host_cpu
"
in
ia64
*
)
archive_cmds
=
'$LD -b +h $soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
;;
*
)
archive_cmds
=
'$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
;;
esac
;;
esac
fi
else
...
...
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