summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-18 22:37:08 -0700
committerGitHub <noreply@github.com>2020-11-18 22:37:08 -0700
commit5520cf3dff14b3805fafafbfc05853a03aeafcfc (patch)
treec1d60d43e6498a4d89f4556cdce2a1fba86e9fa5 /utils
parent30efbd87522297ea222113561e3b92dcbce8c1b7 (diff)
downloadbcm5719-ortega-5520cf3dff14b3805fafafbfc05853a03aeafcfc.tar.gz
bcm5719-ortega-5520cf3dff14b3805fafafbfc05853a03aeafcfc.zip
build: Enable builds under LLVM 11. (#172)
Diffstat (limited to 'utils')
-rw-r--r--utils/bcmregtool/apeloader/ape.ld3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/bcmregtool/apeloader/ape.ld b/utils/bcmregtool/apeloader/ape.ld
index 77636be..f56c47b 100644
--- a/utils/bcmregtool/apeloader/ape.ld
+++ b/utils/bcmregtool/apeloader/ape.ld
@@ -49,7 +49,7 @@ SECTIONS
.text 0x00100000 : ALIGN(4) SUBALIGN(4)
{
KEEP(*(.init))
- *(.text)
+ *(.text*)
}
@@ -86,4 +86,3 @@ SECTIONS
*(.pdr)
}
}
-
OpenPOWER on IntegriCloud