summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 16:38:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 16:38:06 +0200
commitad46379db10228fefdee7232763dc107713c6e1c (patch)
treedbb5870e996302eeb50f87cb03bd3826880337db /examples
parent442864b4e97dcd671eaaa6ac8684b4b937ee8cd1 (diff)
downloadrebel-ad46379db10228fefdee7232763dc107713c6e1c.tar
rebel-ad46379db10228fefdee7232763dc107713c6e1c.zip
examples: libdir fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/gcc.yml2
-rw-r--r--examples/glibc.yml1
2 files changed, 2 insertions, 1 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"
diff --git a/examples/glibc.yml b/examples/glibc.yml
index 21641a9..19d5f85 100644
--- a/examples/glibc.yml
+++ b/examples/glibc.yml
@@ -48,7 +48,6 @@ tasks:
--disable-werror
echo 'slibdir=/usr/lib' >> configparms
- echo 'rtlddir=/usr/lib' >> configparms
echo 'sbindir=/usr/bin' >> configparms
echo 'rootsbindir=/usr/bin' >> configparms