Commit Graph

389 Commits

Author SHA1 Message Date
Manuel Novoa III
196f87ce84 Fix the condition for applying the i386 soft float patch. 2003-11-24 20:50:12 +00:00
Manuel Novoa III
4a66db29af Handle the case of no shared libgcc -- sh4 for instance. 2003-11-22 07:01:52 +00:00
Manuel Novoa III
2c4877ced6 Bug fix by Goetz Bock <bock+uclibc@blacknet.de> 2003-11-21 03:50:39 +00:00
Manuel Novoa III
ec2faf7df9 Make sure the necessary directories exist. 2003-11-21 01:17:09 +00:00
Manuel Novoa III
728164e5f7 Ouch! Cut-n-paste strikes again! 2003-11-20 21:17:54 +00:00
Manuel Novoa III
bc0ed0d97a Fix missing line continuation. 2003-11-20 18:52:56 +00:00
Eric Andersen
7e3b1dd126 Add some quoting to handle unusual host compiler naming 2003-11-20 13:49:14 +00:00
Manuel Novoa III
545d9674b0 Contributed by Greg Haerr <greg@censoft.com>. 2003-11-20 00:56:41 +00:00
Manuel Novoa III
963c24ed82 Erik moved the kernel headers to a different directory, but didn't create
the directory first.
2003-11-19 19:29:00 +00:00
Eric Andersen
d8eea2531a move kernel headers to live with the toolchain 2003-11-19 17:21:23 +00:00
Eric Andersen
5dca1b41e0 revert this stuff... 2003-11-19 17:20:03 +00:00
Eric Andersen
4f889ada56 automatically detect if we have a usable version of sed
installed.  If not, we will now build our own version.
2003-11-19 17:17:56 +00:00
Eric Andersen
84c9011766 Fix some more perl -> sed conversion problems 2003-11-18 17:56:52 +00:00
Eric Andersen
6b4ce4ee0d minor perl to sed conversion issue 2003-11-18 17:24:41 +00:00
Eric Andersen
79c815622a Change 'sed -ie' to 'sed -i -e' to avoid littering the build
with lots of unwanted backup files with the letter "e" appended.
 -Erik
2003-11-18 07:18:26 +00:00
Manuel Novoa III
5dc91b6520 Ouch... Revert this. It was a stray from helping someone look 2.2 issues. 2003-11-17 01:33:04 +00:00
Manuel Novoa III
50e1da8698 Fix most things when large file support is not configured.
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-17 01:31:38 +00:00
Eric Andersen
5343886e9e Fix a perl to sed conversion error 2003-11-14 09:44:08 +00:00
Eric Andersen
1fb4219528 Cope with changes I made to the uClibc install_dev target 2003-11-13 12:05:12 +00:00
Eric Andersen
f975451ca2 Fix a minor perl -> sed conversion casulty 2003-11-13 06:16:59 +00:00
Eric Andersen
620dd7c5fd By popular demand, use 'sed' rather than 'perl' for doing
search and replace stuff.  Hopefully we do not have any
perl specific regexs that will be broken by this change,
but it seems to be working thus far anyways,
2003-11-13 06:02:20 +00:00
Eric Andersen
192bace39e oops 2003-11-13 00:14:59 +00:00
Eric Andersen
1492bff085 Support building 'less' 2003-11-12 22:43:51 +00:00
Eric Andersen
0fee9e90c2 Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and
a few cut-and-paste (tm) errors in the *.mk files.  Again, this is a patch
against the current CVS sources, and includes my previous patch.
2003-11-12 09:31:12 +00:00
Eric Andersen
e150f3921b Kill off --with-lib-path, since --with-sysroot is sufficient,
and at least for arm soft-float adding --with-lib-path is actually
breaking things.
2003-11-12 09:25:27 +00:00
Manuel Novoa III
f76193d6cb Fix locale-enabled gdb build. 2003-11-12 06:07:21 +00:00
Manuel Novoa III
28f3840eb8 Slight cleanup, now that the locale option is handled in the main Makefile. 2003-11-11 06:54:15 +00:00
Eric Andersen
2394ee58a9 Fix a build problem found while building for arm soft-float 2003-11-11 01:46:50 +00:00
Eric Andersen
2068d63d6b Bump up version number 2003-11-10 13:14:11 +00:00
Eric Andersen
b451d1dc68 Update the ltp testsuite 2003-11-07 23:52:10 +00:00
Eric Andersen
383964a677 Revert to binutils-2.14.90.0.6, since binutils-2.14.90.0.7
seems to have problems with building as canadian cross...
 -Erik
2003-11-07 12:35:50 +00:00
Eric Andersen
7764261c52 Patch from Peter S. Mazinger to keep the LINUX_DIR path
in just one place
2003-11-07 10:45:18 +00:00
Eric Andersen
ad982c6a47 patch from Peter S. Mazinger to remove a redundant entry 2003-11-07 10:43:53 +00:00
Eric Andersen
b79a9c069a Ok, things appear to be working now... 2003-11-07 05:45:07 +00:00
Eric Andersen
78207e6cb6 $(STAGING_DIR)/include is not a binutils problem 2003-11-07 05:38:43 +00:00
Eric Andersen
977c7bd5ae make sure we have a directory before trying to install symlinks 2003-11-07 05:23:30 +00:00
Eric Andersen
225802fc60 With a bit of luck, buildroot should work now 2003-11-07 04:50:28 +00:00
Eric Andersen
24314c704f Update binutils version. Reportly fixes big endian arm... 2003-11-06 09:31:13 +00:00
Eric Andersen
d399514752 A bit more wiggling to prevent asking about the target
architecture when possible, since we already know the
correct answer.
2003-11-05 01:34:17 +00:00
Eric Andersen
55b7ab982f Yet more adaption for arches such as mipsel. Do not provide
defaults for endianness.  Either it will be automaticly correct
(such as for i386), or we need to prompt.
2003-11-05 01:27:22 +00:00
Eric Andersen
2a1f90c518 Translate arch to use uClibc friendly naming (i.e. mipsel -> mips) 2003-11-05 01:10:48 +00:00
Eric Andersen
5f7b7e144b Peter S. Mazinger writes:
Hello!

perl (WCHAR) changes .conf instead of .config

Peter
2003-11-04 20:44:02 +00:00
Eric Andersen
a49329139d Set TARGET_ARCH also 2003-11-04 14:00:41 +00:00
Eric Andersen
5833504dad minor changes to accomodate the config system updates 2003-11-04 13:56:00 +00:00
Eric Andersen
31869eaac8 The version of grep we use is has not yet been restored to
the gnu download site.  Use the source from the debian site
instead.
2003-11-03 10:02:53 +00:00
Eric Andersen
19b58108f8 The version of libtool we use is has not yet been restored to
the gnu download site.  Use the source from the debian site
instead.
2003-11-03 10:00:08 +00:00
Manuel Novoa III
0079e8b3d2 Make sure the root/etc/init.d directory is there. 2003-11-02 02:09:13 +00:00
Manuel Novoa III
e93cda4d39 Make sure the root/usr/lib directory is there. 2003-11-02 02:05:46 +00:00
Eric Andersen
06d2c51856 do not build valgrind for non-i386 2003-11-01 05:59:43 +00:00
Eric Andersen
b1f39829cd strace 4.5 builds properly for mipsel, and does not use sys_errlist,
so we no longer need to patch anything.
 -Erik
2003-11-01 05:57:07 +00:00