Introduce an (arbitrary) ordering for extra pages

This commit is contained in:
Philipp Oppermann
2017-06-13 17:47:07 +02:00
parent e84c8ac638
commit 1794a94fa9
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
title = "Cross Compile Binutils"
template = "plain.html"
url = "cross-compile-binutils"
order = 2
+++
The [GNU Binutils] are a collection of various binary tools such as `ld`, `as`, `objdump`, or `readelf`. These tools are platform-specific, so you need to compile them again if your host system and target system are different. In our case, we need `ld` and `objdump` for the x86_64 architecture.