summaryrefslogtreecommitdiffstats
path: root/ape/ape.ld
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-19 21:41:02 -0700
committerGitHub <noreply@github.com>2020-11-19 21:41:02 -0700
commit27b7020872618b5bc87137f4682a69a85aca2bfa (patch)
treecc7302faf83cf0040f4d8d88cb012c5f46af3ec6 /ape/ape.ld
parentd2a90411c94cc8ea175b879d16a30705d206ae84 (diff)
downloadbcm5719-ortega-27b7020872618b5bc87137f4682a69a85aca2bfa.tar.gz
bcm5719-ortega-27b7020872618b5bc87137f4682a69a85aca2bfa.zip
Revert "build: Enable builds under LLVM 11. (#172)" (#174)
This reverts commit 5520cf3dff14b3805fafafbfc05853a03aeafcfc.
Diffstat (limited to 'ape/ape.ld')
-rw-r--r--ape/ape.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/ape/ape.ld b/ape/ape.ld
index 473863b..efb36c4 100644
--- a/ape/ape.ld
+++ b/ape/ape.ld
@@ -49,7 +49,7 @@ SECTIONS
.text 0x00100000 : ALIGN(4) SUBALIGN(4)
{
KEEP(*(.init))
- *(.text*)
+ *(.text)
}
@@ -86,3 +86,4 @@ SECTIONS
*(.pdr)
}
}
+
OpenPOWER on IntegriCloud