From af18e072a3bd1d666fd2c3f2593f1e7de4ac4e00 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Jul 2016 11:37:36 +0200 Subject: Update intro script (no need to pass config.bin.ar) --- intro | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'intro') diff --git a/intro b/intro index fa07be1..776ee72 100755 --- a/intro +++ b/intro @@ -12,9 +12,8 @@ # -c1 # -c2 # -c3 -# C++ compilers 1 (g++-5), 2 (clang++-3.6), and 3 prefix -# (x86_64-w64-mingw32). If the value for 2 or 2 is empty, then this test -# is skipped. +# C++ compilers 1 (g++-5), 2 (clang++-3.6), and 3 (x86_64-w64-mingw32-g++). +# If the value for 2 or 2 is empty, then this test is skipped. # # -h # The hello2 source directory, by default hello/hello2 @@ -43,7 +42,7 @@ show=n c1=g++-5 c2=clang++-3.6 -c3=x86_64-w64-mingw32 +c3=x86_64-w64-mingw32-g++ while [ $# -gt 0 ]; do case $1 in @@ -267,8 +266,7 @@ fi if [ -n "$c3" ]; then create hello-mingw32 cxx \ - config.cxx=$c3-g++ \ - config.bin.ar=$c3-ar \ + config.cxx=$c3 \ config.bin.lib=static config.cxx.loptions=-static add stable fetch -- cgit v1.1