summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2-libstdcxx.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/gnu-toolchain/stage2-libstdcxx.bst')
-rw-r--r--elements/gnu-toolchain/stage2-libstdcxx.bst2
1 files changed, 1 insertions, 1 deletions
diff --git a/elements/gnu-toolchain/stage2-libstdcxx.bst b/elements/gnu-toolchain/stage2-libstdcxx.bst
index 58055e8b..5d968bf3 100644
--- a/elements/gnu-toolchain/stage2-libstdcxx.bst
+++ b/elements/gnu-toolchain/stage2-libstdcxx.bst
@@ -31,7 +31,7 @@ config:
# as we are running the configure script from the top-level
# directory.
- |
- export STAGE2_SYSROOT="$(dirname $(dirname $(pwd)))"
+ export STAGE2_SYSROOT="/"
# -fPIC must be given, otherwise it will not be possible to create
# shared libraries linked to libstdc++
export CPPFLAGS="--sysroot=$STAGE2_SYSROOT -fPIC"