Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#2029 closed defect (fixed)

python23 assumes powerpc architecure

Reported by: brian.bechtel@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

patch-configure.in needs to drop "-mno-fused-madd" as that's a ppc only compiler option and causes an error on x86

Darwin*)

  • BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd"

+ BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -fno-common"

Change History (2)

comment:1 Changed 20 years ago by mww@…

Owner: changed from darwinports-bugs@… to blb@…

assign to maintainer;

comment:2 Changed 20 years ago by blb@…

Resolution: fixed
Status: newclosed

Patch updated to use -fno-fused-madd on PowerPC only (otherwise, coercion test fails).

Thanks for the report.

Note: See TracTickets for help on using tickets.