summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index f06eb27..8c938e5 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -6,6 +6,8 @@ tasks:
run: |
tar xf "${DLDIR}/gcc-11.2.0.tar.xz"
+ sed -i -e 's@^MULTILIB_OSDIRNAMES@# &@' gcc-11.2.0/gcc/config/*/t-*
+
header-stubs:
run: |
mkdir -p "${DESTDIR}${PREFIX}/include"