Skip to content
Snippets Groups Projects
Commit e4723404 authored by Andreas Schwab's avatar Andreas Schwab Committed by Andreas Schwab
Browse files

* config.table: Use mh-x86pic also for x86-64.

From-SVN: r53426
parent 63826d5b
No related branches found
No related tags found
No related merge requests found
2002-05-13 Andreas Schwab <schwab@suse.de>
* config.table: Use mh-x86pic also for x86-64.
2002-05-08 Alexandre Oliva <aoliva@redhat.com> 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
......
...@@ -34,7 +34,8 @@ if [ "${shared}" = "yes" ]; then ...@@ -34,7 +34,8 @@ if [ "${shared}" = "yes" ]; then
alpha*-*-linux*) frag=mh-elfalphapic ;; alpha*-*-linux*) frag=mh-elfalphapic ;;
arm*-*-*) frag=mh-armpic ;; arm*-*-*) frag=mh-armpic ;;
hppa*-*-*) frag=mh-papic ;; hppa*-*-*) frag=mh-papic ;;
i[3456]86-*-*) frag=mh-x86pic ;; i[3456]86-*-* | x86_64-*-*)
frag=mh-x86pic ;;
powerpc*-*-aix*) ;; powerpc*-*-aix*) ;;
powerpc*-*-*) frag=mh-ppcpic ;; powerpc*-*-*) frag=mh-ppcpic ;;
sparc*-*-*) frag=mh-sparcpic ;; sparc*-*-*) frag=mh-sparcpic ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment