diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-02-24 19:53:33 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-02-24 19:53:33 +0000 |
commit | 8db4d7a18beeb032d2a5a463d07cc760bc9252f7 (patch) | |
tree | b9a447a6fa22b0c0f2ceeead1284ff94fee070d2 /gcc/config | |
parent | 134084ffe2cccee198b5c204c2595e79be327902 (diff) | |
download | gcc-8db4d7a18beeb032d2a5a463d07cc760bc9252f7.zip gcc-8db4d7a18beeb032d2a5a463d07cc760bc9252f7.tar.gz gcc-8db4d7a18beeb032d2a5a463d07cc760bc9252f7.tar.bz2 |
* config/darwin.h (TARGET_HAS_F_SETLKW): Define.
From-SVN: r78382
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b3260fd..b9d1ff6 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -850,4 +850,6 @@ enum machopic_addr_class { #undef ASM_APP_OFF #define ASM_APP_OFF "" +#define TARGET_HAS_F_SETLKW + #endif /* CONFIG_DARWIN_H */ |