* [PATCH 2/2] Define __LP64__ for x86_64 unless in 32 bit mode
@ 2009-08-05 18:51 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-08-05 18:51 UTC (permalink / raw)
To: linux-sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
cgcc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cgcc b/cgcc
index 59de967..1ddbcb0 100755
--- a/cgcc
+++ b/cgcc
@@ -265,7 +265,7 @@ sub add_specs {
&float_types (1, 1, 33, [24,8], [53,11], [113,15]) .
&define_size_t ("long unsigned int"));
} elsif ($spec eq 'x86_64') {
- return (' -Dx86_64=1 -D__x86_64=1 -D__x86_64__=1' .
+ return (' -Dx86_64=1 -D__x86_64=1 -D__x86_64__=1' . ($m32 ? '' : '
-D__LP64__=1') .
&integer_types (8, 16, 32, $m32 ? 32 : 64, 64, 128) .
&float_types (1, 1, 33, [24,8], [53,11], [113,15]) .
&define_size_t ($m32 ? "unsigned int" : "long unsigned int"));
--
1.6.2.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-05 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 18:51 [PATCH 2/2] Define __LP64__ for x86_64 unless in 32 bit mode Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).