| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* Setup the overrides for the SYSROOT and DBGROOT variables based on the
microblazeel architecture instead of for MicroBlaze generically
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
| |
|
|
|
|
| |
* Add the as-needed.inc to add the as-needed linker flag
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
| |
|
|
|
|
|
| |
* Account for blank line in gcc -v output
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
| |
|
|
|
|
| |
* Switch default provider for glibc
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
| |
|
|
|
|
|
|
|
|
| |
* Some packages do not correctly handle LDFLAGS, as such toolchains that
do not by default use GNU_HASH for symbols generated are not built
with the GNU_HASH which causes a QA issue.
* Add the expected linker hash style to TARGET_CC_ARCH to enforce the
specified hash style.
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
| |
|
|
|
|
| |
* Fix bb.mkdirhier -> bb.utils.mkdirhier due to namespace change
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|
|
|
* Allows use of external Xilinx MicroBlaze and Zynq pre-built toolchains
* Does not require additional layer dependencies
* Updated documentation regarding external toolchain
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
|