Skip to content

Commit c65e735

Browse files
author
Damien Doligez
committed
fix configure error for PARTIALLD on PowerPC
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16422 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent 1cd5063 commit c65e735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ nativecclinkopts=''
864864
# ld (for shared libs), not for cc
865865
nativeccrpath="$byteccrpath"
866866

867-
case "$arch,$nativecc,$system,$target" in
867+
case "$arch,$nativecc,$system,$model" in
868868
*,*,nextstep,*) nativecclinkopts="-posix";;
869869
*,*,rhapsody,*) if $arch64; then partialld="ld -r -arch ppc64"; fi;;
870870
amd64,gcc*,macosx,*) partialld="ld -r -arch x86_64";;

0 commit comments

Comments
 (0)