gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] *features*


From: Camm Maguire
Subject: Re: [Gcl-devel] *features*
Date: 22 Apr 2004 14:33:23 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Michael Koehne <address@hidden> writes:

> Moin Camm & Paul,
> 
> > Thanks for this.  Will chase this down in 2.7.x.  Please don't let me
> > forget.
> 
>   patch attached ...


Thanks for your submission.  I checked it out, and just committed
something quite close into both branches, as I've tested that the
change has no effect on the ansi test suite, maxima, acl2, nor axiom.
(Will also be testing the nqthm's, but expect all to be well here.)

What people should know about this change is that the
ADDITIONAL_FEATURES macro in the .h platform specific files is now
obsolete.  These were used in the vast majority of instances to get
cpu and system info into the *features* list -- now we put in the
results straight from configure's $host_cpu and $host_os.  

There were exactly 4 features other than these extant in the h/ files:  

ADD_FEATURE("BROKEN_O4_OPT")

Used in mingw.h -- no effect any longer in gcl_cmpmain.lsp

ADD_FEATURE("BUGGY-CC")

defined in several old h/ files -- never used.

ADD_FEATURE("IGNORE-UNRESOLVED")

defined for irix5.h, turns on a similarly named C compiler flag.  I
view this as obsolete, but the hooks are still there if anyone
wants/needs this port in the future.  This C flag is best added by
setting the CFLAGS shell environment variable before building.

ADD_FEATURE("POINTER-BIGGER-INT")

Set in ./h/alpha-osf1.h and unused.

I have not edited the h files, just removed the effect of
ADDITIONAL_FEATURES in main.c, in case a reversal is needed in the
future. 

Take care,

> 
> Bye Michael
> -- 
>   mailto:address@hidden             UNA:+.? 'CED+2+:::Linux:2.4.22'UNZ+1'
>   http://www.xml-edifact.org/           CETERUM CENSEO WINDOWS ESSE DELENDAM
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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