Mercurial > hg > octave-nkf
diff mkoctfile.in @ 6153:e60688a1ea07
[project @ 2006-11-13 17:30:54 by jwe]
author | jwe |
---|---|
date | Mon, 13 Nov 2006 17:30:55 +0000 |
parents | 4278b170b9f9 |
children | 2a8922007c12 |
line wrap: on
line diff
--- a/mkoctfile.in +++ b/mkoctfile.in @@ -146,7 +146,9 @@ -RDIR Add -RDIR to link command. - -W Pass flags though the compiler like -Wl,-rpath=... + -Wl,... Pass flags though the linker like -Wl,-rpath=... + + -W... Pass flags though the compiler like -Wa,OPTION. -c, --compile Compile, but do not link. @@ -218,7 +220,7 @@ -D*) defs="$defs $1" ;; - -[lLR]*) + -[lLR]* | -Wl,*) ldflags="$ldflags $1" ;; -M | --depend)