From 43c916b6dc5441c273bbefd789f8944f2d8c8070 Mon Sep 17 00:00:00 2001 From: Shiz Date: Sat, 20 Jun 2015 04:10:22 +0200 Subject: fix portability issues in build system This fixes numerous issues where the CBB build system used non-portable constructs. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz --- libstdc++-v3/configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 18d540b74..3ec78fbee 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -68921,8 +68921,7 @@ fi # Compiler Building Blocks variables -sed -i -e 's#@cbb_xgcc_for_specs@#'"$cbb_xgcc_for_specs"'#g' \ +sed -e 's#@cbb_xgcc_for_specs@#'"$cbb_xgcc_for_specs"'#g' \ -e 's#@cbb_ldflags_for_target@#'"$cbb_ldflags_for_target"'#g' \ -e 's#@cbb_sysroot_for_libgcc@#'"$cbb_sysroot_for_libgcc"'#g' \ - Makefile || exit 2 - + Makefile > Makefile.tmp && mv Makefile.tmp Makefile || exit 2 -- cgit v1.2.3