[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism
From: |
Michele La Monaca |
Subject: |
Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism |
Date: |
Sun, 3 Feb 2013 21:05:58 +0100 |
> Here's a slightly shortened version, grouping the BSDs together.
> I've added Dragonfly, but not MirBSD. I'm not aware of anyone reporting
> that it works on MirOS, so I think we shouldn't be misleading MirOS users
> by "auto-detecting" their platform which isn't really tested or supported.
A couple of minor issues in the patch:
1) "Unable to auto-detected" should be "Unable to auto-detect" or
"Unable to autodect".
2) PLATFORM should be exported to avoid a different behaviour for
autodetected and non-autodected platforms. This is currently not a
problem as the Makefile.<platform> files don't use this variable, but
it might not be true in the future if we want to support multiple
platforms in a single Makefile.
Regards,
mikele
Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism, .alyn.post., 2013/02/01
Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism, Mario Domenech Goulart, 2013/02/01
[Chicken-hackers] [PATCH] platform auto-detection mechanism, Michele La Monaca, 2013/02/01
Re: [Chicken-hackers] [PATCH] platform auto-detection mechanism, Peter Bex, 2013/02/01