darwin.h (flag_mkernel): Remove.
* config/darwin.h (flag_mkernel): Remove. (flag_apple_kext): Likewise. From-SVN: r164727
This commit is contained in:
parent
006097f4c5
commit
48b3f0a0dc
@ -1,3 +1,8 @@
|
||||
2010-09-29 Mike Stump <mikestump@comcast.net>
|
||||
|
||||
* config/darwin.h (flag_mkernel): Remove.
|
||||
(flag_apple_kext): Likewise.
|
||||
|
||||
2010-09-29 Joseph Myers <joseph@codesourcery.com>
|
||||
Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
|
@ -1052,8 +1052,6 @@ __enable_execute_stack (void *addr) \
|
||||
/* For Apple KEXTs, we make the constructors return this to match gcc
|
||||
2.95. */
|
||||
#define TARGET_CXX_CDTOR_RETURNS_THIS (darwin_kextabi_p)
|
||||
extern int flag_mkernel;
|
||||
extern int flag_apple_kext;
|
||||
#define TARGET_KEXTABI flag_apple_kext
|
||||
|
||||
#define TARGET_HAS_TARGETCM 1
|
||||
|
Loading…
Reference in New Issue
Block a user