[uClinux-dev] m68k-elf-gcc error

2007-05-26 Thread santosh dwivedi
Its m68k code ! arm in subject inec was not correct. Here I repost the message with right subject line. Thanks for your point. -Santosh Message: 8 Date: Fri, 25 May 2007 07:27:39 -0600 From: "Eftimovski, Ivica" <[EMAIL PROTECTED]> Subject: RE: [uClinux-dev] arm-elf-gcc error To: uClinux developmen

[uClinux-dev] using last occurrence of a help option rather than first

2007-05-26 Thread Mike Frysinger
the current sed script in config/scripts/Menuconfig rips out the first occurrence of help text it finds and then quits ... i'd prefer it be the more "standard" where the last found gets precedence as this would make it easier for people who diverge from mainline uClinux-dist in my case, we've mov

[uClinux-dev] Small tweaks to lib/Makefile

2007-05-26 Thread Mike Frysinger
This patch tweaks ROOTDIR to be an absolute path rather than relative as somethings cannot handle the pure relative "..". I also added a FORCE line for osip2 (needed it in Blackfin repo). Tweaked a few `make` to $(MAKE). Finally, added an "-include Makefile.local" so people can put their local c

[uClinux-dev] Enable zlib when libpng is selected

2007-05-26 Thread Mike Frysinger
libpng utilizes zlib so ive tweaked config.in to enable it. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- Index: config/config.in === RCS file: /var/cvs/uClinux-dist/config/config.in,v retrieving revision 1.13 diff -u -p -r1.1

[uClinux-dev] Pull in zlib for dropbear

2007-05-26 Thread Mike Frysinger
Dropbear uses zlib so pull it in when it has been selected. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- Index: config/config.in === RCS file: /var/cvs/uClinux-dist/config/config.in,v retrieving revision 1.13 diff -u -p -r1.1

[uClinux-dev] Add menu option for static/dynamic device nodes

2007-05-26 Thread Mike Frysinger
We've added support to Blackfin for using dynamic device nodes in /dev so in order to control this, we added a configuration menu entry which vendors can key off of when generating images. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- Index: config/config.in ===