diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-07 19:02:54 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-07 19:02:54 +0000 |
commit | 3b777bfb43410684ccba93c320a88d01456d8db9 (patch) | |
tree | f24e332333fb703a4b36ca697ba2af135e98daca /gcc/go/gccgo.texi | |
parent | d3e794252245eec7dc5b1e54844ed9109402f807 (diff) | |
download | gcc-3b777bfb43410684ccba93c320a88d01456d8db9.tar.gz |
2010-12-07 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167556
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167562 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go/gccgo.texi')
-rw-r--r-- | gcc/go/gccgo.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index 0e41261eec1..b6f8910a8db 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -154,8 +154,8 @@ compile time. @item -L@var{dir} @cindex @option{-L} -When compiling, synonymous with @option{-I}. When linking, specify a -library search directory, as with @command{gcc}. +When linking, specify a library search directory, as with +@command{gcc}. @item -fgo-prefix=@var{string} @cindex @option{-fgo-prefix} @@ -198,11 +198,10 @@ first one that it finds. @end table The compiler will search for these files in the directories named by -any @option{-I} or @option{-L} options, in order in which the -directories appear on the command line. The compiler will then search -several standard system directories. Finally the compiler will search -the current directory (to search the current directory earlier, use -@samp{-I.}). +any @option{-I} options, in order in which the directories appear on +the command line. The compiler will then search several standard +system directories. Finally the compiler will search the current +directory (to search the current directory earlier, use @samp{-I.}). The compiler will extract the export information directly from the compiled object file. The file @file{@var{gopackage}.gox} will |