The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5025 ====================================================================== Reported By: jh Assigned To: ====================================================================== Project: postgresql_dev Issue ID: 5025 Category: Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2012-11-22 14:24 CET Last Modified: 2012-11-22 14:24 CET ====================================================================== Summary: pg_config should not emit compiler optimization flags Description: pg_config does emit Sun studio optimization flags e.g. LDFLAGS = -m32 -xarch=pentium_pro -xchip=pentium_pro -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -R/opt/csw/lib
-xchip=pentium_pro is not supported by gcc. Depending on the stuff you try to build this is imported as options to the new build. So you can't build stuff with gcc. Not sure if this is an easy fix. ====================================================================== _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
