You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
499 B
16 lines
499 B
2 years ago
|
// -*- mode:doc; -*-
|
||
|
// vim: set syntax=asciidoc:
|
||
|
|
||
|
== Known issues
|
||
|
|
||
|
* It is not possible to pass extra linker options via +BR2_TARGET_LDFLAGS+
|
||
|
if such options contain a +$+ sign. For example, the following is known
|
||
|
to break: +BR2_TARGET_LDFLAGS="-Wl,-rpath=\'$ORIGIN/../lib'"+
|
||
|
|
||
|
* The +libffi+ package is not supported on the SuperH 2, nds32, and ARMv7-M
|
||
|
architectures.
|
||
|
|
||
|
* The +prboom+ package triggers a compiler failure with the SuperH 4
|
||
|
compiler from Sourcery CodeBench, version 2012.09.
|
||
|
|