]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 02:58:58 +0000 (02:58 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Aug 2003 02:58:58 +0000 (02:58 +0000)
commit62cb80577165221fc77495a03b0f0ec90c982c16
tree23fdfeaba74764816b72c87fb6f6039b9d0f1e2b
parent6a9a7ca0f5a7060b165aac177ee791d631ff0607
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70589 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/i386/darwin.h
gcc/config/rs6000/darwin.h
gcc/configure
gcc/configure.in