projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce881b7
)
* mkcheck.in: Fix echoing of -rpath option.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 3 Nov 2000 02:29:28 +0000
(
02:29
+0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Fri, 3 Nov 2000 02:29:28 +0000
(
02:29
+0000)
From-SVN: r37217
libstdc++-v3/mkcheck.in
patch
|
blob
|
history
diff --git
a/libstdc++-v3/mkcheck.in
b/libstdc++-v3/mkcheck.in
index 075558dee999b69f7de8f2cd3e6b0287e050470e..6c57604143eee3ce469b9061bb233e6c67fae200 100755
(executable)
--- a/
libstdc++-v3/mkcheck.in
+++ b/
libstdc++-v3/mkcheck.in
@@
-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="-"