GCC Frage
-
Hallo
Weiss einer von euch was diese Gcc option macht gcc -arch
danke
-
ja
-
-arch arch
Compile for the specified target architecture arch. The allowable
values are i386, ppc and ppc64. Multiple options work, and direct
the compiler to produce ``universal'' binaries including object
code for each architecture specified with -arch. This option only
works if assembler and libraries are available for each architec-
ture specified. (APPLE ONLY)(nicht zu verwechseln mit -march)