chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #979: chicken.h wrongly assumes that __x86_64__ i


From: Chicken Trac
Subject: Re: [Chicken-janitors] #979: chicken.h wrongly assumes that __x86_64__ implies 64 bits
Date: Mon, 05 Aug 2013 00:56:09 -0000

#979: chicken.h wrongly assumes that __x86_64__ implies 64 bits
---------------------------+------------------------------------------------
  Reporter:  iraikov       |       Owner:          
      Type:  defect        |      Status:  reopened
  Priority:  major         |   Milestone:  4.9.0   
 Component:  build system  |     Version:  4.8.x   
Resolution:                |    Keywords:          
---------------------------+------------------------------------------------

Comment(by iraikov):

 Well, the Debian developer is suggesting to change this line in chicken.h:

 # if defined (__alpha__) || defined(__ia64__) || defined(__x86_64__) ||
 defined(__LP64__) || defined(__powerpc64__)

 to

 # ifdef __LP64__

 If we agree that this is sensible, then we should make the change and test
 it on  x32 with gcc, clang and the windows stuff.

 Replying to [comment:6 sjamaan]:
 > What, concretely, needs to happen next?

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/979#comment:7>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]