* mkcheck.in: Fix echoing of -rpath option.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 3 Nov 2000 02:29:28 +0000 (02:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 3 Nov 2000 02:29:28 +0000 (02:29 +0000)
From-SVN: r37217

libstdc++-v3/mkcheck.in

index 075558dee999b69f7de8f2cd3e6b0287e050470e..6c57604143eee3ce469b9061bb233e6c67fae200 100755 (executable)
@@ -307,7 +307,7 @@ test_file()
        fi
     else
         # the file did not compile. Write out compilation info to the log file.
- echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,--rpath -Wl,$LIB_PATH \
+ echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,-rpath -Wl,$LIB_PATH \
          $SRC_NAME -o $EXENAME" 2>> $LOG_FILE
 
        RESULT="-"