On Mon, 17 Aug 2009, David Aguilar wrote:
On Mon, Aug 17, 2009 at 08:09:56PM -0400, Nicolas Pitre wrote:
quoted
Makefile | 26 +------
-ifneq (,$(findstring arm,$(uname_M)))
- ARM_SHA1 = YesPlease
- NO_MKSTEMPS = YesPlease
-endif
When I added NO_MKSTEMPS I was being conservative when defining
it on arm (I wasn't able to test that platform).
Looks like it wasn't needed afterall.
It is a Linux platform after all, which is already taken care of.
Nicolas