- In the heat of the battle I mistakenly patched amd64 instead of alpha.

amd64 does not need this fix (tested on sledge),
  alpha is fixed by this fix (tested on beast).

PR:		ports/59238
Submitted by:	Rob Byrnes <Rob.Byrnes@comindico.com.au>
This commit is contained in:
Pav Lucistnik 2003-12-08 10:00:42 +00:00
parent f0c44f4ee6
commit b217fc5e4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95337

View file

@ -15,7 +15,7 @@
+ sparc64-*-*bsd*)
+ ac_cv_c_ieee_interface=unknown
+ ;;
+ amd64-*-*bsd*)
+ alpha-*-*bsd*)
+ ac_cv_c_ieee_interface=unknown
+ ;;
+ ia64-*-*bsd*)