diff options
author | Mike Stump <mikestump@comcast.net> | 2010-09-29 17:29:35 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2010-09-29 17:29:35 +0000 |
commit | 48b3f0a0dc33c80390c2fa18ad706876cf1d458d (patch) | |
tree | fd123e492d95b3e26dee65d7d0a78be12dec4fc8 /gcc/config/darwin.h | |
parent | 006097f4c59a570d5a6540739d4133bc52097155 (diff) | |
download | gcc-48b3f0a0dc33c80390c2fa18ad706876cf1d458d.tar.gz |
darwin.h (flag_mkernel): Remove.
* config/darwin.h (flag_mkernel): Remove.
(flag_apple_kext): Likewise.
From-SVN: r164727
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index f0ff9010b93..220f46a8b57 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -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 |