Remove sections from URLs

This commit is contained in:
Philipp Oppermann
2017-06-09 18:08:10 +02:00
parent e11d838189
commit c104445880
14 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Cross Compile Binutils"
description = ""
slug = "cross-compile-binutils"
url = "cross-compile-binutils"
+++
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.