This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
gkeating@apple.com (Geoffrey Keating) writes:
* doc/invoke.texi (Darwin Options): Improve documentation for Darwin linker (and libtool) switches.
Where is this part of the patch?
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -p -r1.552 -r1.553
--- invoke.texi 28 Oct 2004 14:24:29 -0000 1.552
+++ invoke.texi 30 Oct 2004 02:48:49 -0000 1.553
@@ -7185,7 +7185,17 @@ Like @option{-sim}, but pass linker opti
@cindex Darwin options @table @gcctabopt
@item -F@var{dir}
@@ -7272,12 +7282,20 @@ See man ld(1) for more information.-@item -allowable_client @var{client_name}
-@itemx -arch_only
+@item -dynamiclib
+@opindex -dynamiclib
+When passed this option, GCC will produce a dynamic library instead of
+an executable when linking, using the Darwin @file{libtool} command.
+
+@item -force_cpusubtype_ALL
+@opindex -force_cpusubtype_ALL
+This causes GCC's output file to have the @var{ALL} subtype, instead of
+one controlled by the @option{-mcpu} or @option{-march} option.+@item -allowable_client @var{client_name}
@itemx -client_name
@itemx -compatibility_version
@itemx -current_version
@@ -7286,11 +7304,9 @@ output file being linked. See man ld(1)
@itemx -dylib_file
@itemx -dylinker_install_name
@itemx -dynamic
-@itemx -dynamiclib
@itemx -exported_symbols_list
@itemx -filelist
@itemx -flat_namespace
-@itemx -force_cpusubtype_ALL
@itemx -force_flat_namespace
@itemx -headerpad_max_install_names
@itemx -image_base
@@ -7339,7 +7355,6 @@ output file being linked. See man ld(1)
@itemx -whatsloaded@opindex allowable_client -@opindex arch_only @opindex client_name @opindex compatibility_version @opindex current_version @@ -7348,11 +7363,9 @@ output file being linked. See man ld(1) @opindex dylib_file @opindex dylinker_install_name @opindex dynamic -@opindex dynamiclib @opindex exported_symbols_list @opindex filelist @opindex flat_namespace -@opindex force_cpusubtype_ALL @opindex force_flat_namespace @opindex headerpad_max_install_names @opindex image_base @@ -7400,7 +7413,7 @@ output file being linked. See man ld(1) @opindex weak_reference_mismatches @opindex whatsloaded
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |