Skip to content

Commit

Permalink
Use CC as DED_LD on solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 18, 2025
1 parent 59f9914 commit 5f9f77a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/crypto/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5594,6 +5594,7 @@ case $host_os in
if test X${enable_m64_build} = Xyes; then
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
DED_LD="$CC"
;;
aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
Expand Down
1 change: 1 addition & 0 deletions lib/erl_interface/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5340,6 +5340,7 @@ case $host_os in
if test X${enable_m64_build} = Xyes; then
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
DED_LD="$CC"
;;
aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
Expand Down
1 change: 1 addition & 0 deletions lib/megaco/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5647,6 +5647,7 @@ case $host_os in
if test X${enable_m64_build} = Xyes; then
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
DED_LD="$CC"
;;
aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
Expand Down
1 change: 1 addition & 0 deletions make/autoconf/otp.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3344,6 +3344,7 @@ case $host_os in
if test X${enable_m64_build} = Xyes; then
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
DED_LD="$CC"
;;
aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
Expand Down
1 change: 1 addition & 0 deletions make/configure
Original file line number Diff line number Diff line change
Expand Up @@ -7002,6 +7002,7 @@ case $host_os in
if test X${enable_m64_build} = Xyes; then
DED_LDFLAGS="-64 $DED_LDFLAGS"
fi
DED_LD="$CC"
;;
aix*|os400*)
DED_LDFLAGS="-G -bnoentry -bexpall"
Expand Down

0 comments on commit 5f9f77a

Please sign in to comment.