Re: [ANNOUNCE] 2.6.0-tiny1 tree for small systems

From: Matt Mackall
Date: Sat Jan 03 2004 - 14:13:24 EST


On Sat, Jan 03, 2004 at 05:50:51PM +0100, Willy TARREAU wrote:
> BTW, I slightly changed your patch to be able to specify several
> options. I did it the dirty way because I don't know how to split
> the string into several words :

Doh, I fixed that but it didn't make it into the release:

+ifdef CONFIG_TINY_CFLAGS
+cflags-y += $(shell echo $(CONFIG_TINY_CFLAGS_VAL) | sed -e 's/"//g')
+else

> Other than that, I've compiled 2.6.1-rc1-tiny1. It's slightly
> smaller than 2.6.0-tiny1 here. But I had to keep CONFIG_INETPEER=y,
> CONFIG_DNOTIFY=y, CONFIG_PTRACE=y, and CONFIG_CPU_SUP_* otherwise it
> would not link. I can give you the error reports and .config in case
> you're interested.

Hmmm, works for me, error messages appreciated.

--
Matt Mackall : http://www.selenic.com : Linux development and consulting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/