[oe-commits] [Bug 5301] New: libvorbis configure.in hardcodes -cpu=750 for powerpc

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed Aug 19 17:46:10 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5301

           Summary: libvorbis configure.in hardcodes -cpu=750 for powerpc
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: likewise at gmx.net


libvorbis hard codes -cpu=750 into the CFLAGS and PROFILE, this does not work
for MACHINE=calamari (or maybe any powerpc architecture at all.) 

By removing these two -cpu=750 occurrences, libvorbis builds for me.

configure.in, line ~148

    powerpc-*-linux*)
        DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
        CFLAGS="-O3 -ffast-math -mfused-madd -D_REENTRANT"
        PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";;


I'll look for a neat patch from elsewhere or apply a OE specific patch later.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list