darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only options.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 20 Aug 2003 02:58:58 +0000 (02:58 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 20 Aug 2003 02:58:58 +0000 (02:58 +0000)
commit3a7e8b87fb9503d863c6882e72779c05595dfeb7
tree23fdfeaba74764816b72c87fb6f6039b9d0f1e2b
parentc0d4955f72b9e3d1969753f2fb18f79019bbddf0
darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only options.

* config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
options.
* config/i386/darwin.h (ASM_SPEC): New.
(SUBTARGET_EXTRA_SPECS): New.
* config/rs6000/darwin.h (ASM_SPEC): New.
(SUBTARGET_EXTRA_SPECS): New.
* configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
a cross-compiler between two different processors on Darwin.
* configure: Regenerate.

From-SVN: r70589
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/i386/darwin.h
gcc/config/rs6000/darwin.h
gcc/configure
gcc/configure.in