diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-01-08 20:41:31 +0100 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-01-08 20:41:31 +0100 |
commit | fd621c76f1be1795e5842a15bc4462691c3a8b46 (patch) | |
tree | c55cf988e793e9b63533db75cd8edbc1f440f226 /xorg-cf-files/darwin.cf | |
parent | 96e0eca887fe65f82ac631412d7dcfe9e6614662 (diff) | |
download | xutils-dev-fd621c76f1be1795e5842a15bc4462691c3a8b46.tar.gz |
xorg-cf-files 1.0.4.
Diffstat (limited to 'xorg-cf-files/darwin.cf')
-rw-r--r-- | xorg-cf-files/darwin.cf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-cf-files/darwin.cf b/xorg-cf-files/darwin.cf index ef064cd..dd4e673 100644 --- a/xorg-cf-files/darwin.cf +++ b/xorg-cf-files/darwin.cf @@ -230,6 +230,17 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe # define ByteOrder X_LITTLE_ENDIAN #endif /* i386DarwinArchitecture */ + +#ifdef x86_64DarwinArchitecture +# define DarwinMachineDefines -D__x86_64__ +# if HasGcc3 +# define OptimizedCDebugFlags -Os +# else +# define OptimizedCDebugFlags -O2 -fno-strength-reduce +# endif +# define ByteOrder X_LITTLE_ENDIAN +#endif /* x86_64DarwinArchitecture */ + #if OSMajorVersion < 7 # define DarwinLocaleDefines -DX_LOCALE #else |