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
4ccfc0c3
Commit
4ccfc0c3
authored
Mar 11, 1999
by
Franz Sirl
Committed by
Jeff Law
Mar 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Add mh-*pic handling for alpha, arm, powerpc
From-SVN: r25691
parent
f24ab9a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
libstdc++/ChangeLog
+4
-0
libstdc++/configure.in
+4
-0
No files found.
libstdc++/ChangeLog
View file @
4ccfc0c3
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* configure.in: Add mh-*pic handling for alpha, arm, powerpc
Fri Mar 5 02:16:39 1999 Doug Rabson <dfr@freebsd.org>
Fri Mar 5 02:16:39 1999 Doug Rabson <dfr@freebsd.org>
* configure.in: Support shared libs on FreeBSD 3.x and 4.x
* configure.in: Support shared libs on FreeBSD 3.x and 4.x
...
...
libstdc++/configure.in
View file @
4ccfc0c3
...
@@ -53,8 +53,12 @@ esac
...
@@ -53,8 +53,12 @@ esac
if [ "${shared}" = "yes" ]; then
if [ "${shared}" = "yes" ]; then
case "${target}" in
case "${target}" in
alpha*-*-linux*) frags=../../config/mh-elfalphapic ;;
arm*-*-*) frags=../../config/mh-armpic ;;
hppa*-*-*) frags=../../config/mh-papic ;;
hppa*-*-*) frags=../../config/mh-papic ;;
i[3456]86-*-*) frags=../../config/mh-x86pic ;;
i[3456]86-*-*) frags=../../config/mh-x86pic ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frags=../../config/mh-ppcpic ;;
*-*-*) frags=../../config/mh-${target_cpu}pic ;;
*-*-*) frags=../../config/mh-${target_cpu}pic ;;
esac
esac
case "${target}" in
case "${target}" in
...
...
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