[Buildroot] [PATCH] package/libxslt: fix bfin compile

Peter Korsgaard peter at korsgaard.com
Wed Sep 21 20:32:11 UTC 2016


>>>>> "Jörg" == Jörg Krause <joerg.krause at embedded.rocks> writes:

 > A GCC bug is triggered when the compiler is run with an optimization level
 > '-Os/-O2/-O3' for the Blackfin architecture:

 > ```
 > error: unable to find a register to spill in class 'CCREGS'
 > ```

 > Workaround this bug by forcing an optimization level of '-O1' when building
 > libxslt for the Blackfin architecture.

 > See GCC bug report:
 > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77311

 > Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>

Committed after adding references to the autobuilder failures, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list