mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 12:54:00 +08:00
darwin.h (GCC_DRIVER_HOST_INITIALIZATION): Only expose when not building for target.
gcc: * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): Only expose when not building for target. From-SVN: r168017
This commit is contained in:
parent
3a9f56e8c8
commit
927b679cfb
@ -1,3 +1,8 @@
|
||||
2010-12-18 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION):
|
||||
Only expose when not building for target.
|
||||
|
||||
2010-12-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/netbsd.opt, config/netbsd-elf.opt: New files.
|
||||
|
@ -963,10 +963,11 @@ __enable_execute_stack (void *addr) \
|
||||
|
||||
#define TARGET_HAS_TARGETCM 1
|
||||
|
||||
extern void darwin_driver_init (unsigned int *decoded_options_count,
|
||||
struct cl_decoded_option **decoded_options);
|
||||
#ifndef USED_FOR_TARGET
|
||||
extern void darwin_driver_init (unsigned int *,struct cl_decoded_option **);
|
||||
#define GCC_DRIVER_HOST_INITIALIZATION \
|
||||
darwin_driver_init (&decoded_options_count, &decoded_options)
|
||||
#endif
|
||||
|
||||
/* The Apple assembler and linker do not support constructor priorities. */
|
||||
#undef SUPPORTS_INIT_PRIORITY
|
||||
|
Loading…
Reference in New Issue
Block a user