Manuel Novoa III
189b1d5432
Change uClibc stdio BUFSIZ to 4k.
...
Update busybox config for new snapshot.
2003-12-03 02:25:12 +00:00
Manuel Novoa III
77050ddd2b
If building without large file support, hack the Makefiles appropriately.
2003-12-03 01:16:29 +00:00
Manuel Novoa III
ce917cf621
Add support for cris, adapted from a patch I found on the web.
...
http://lists.zynot.org/pipermail/zynot-commit/2003-September/000347.html
2003-12-03 00:28:25 +00:00
Manuel Novoa III
c0642e9a07
Add some extra slack space. mips rootfs generation was failing because
...
to small a size was used (probably a result of my using reiserfs).
2003-12-02 21:46:46 +00:00
Eric Andersen
bfda40a58f
Default to building ccache for the target
2003-12-02 19:20:12 +00:00
Manuel Novoa III
d279110f14
Remove the broken handling of libgcc_s.
2003-12-02 18:55:21 +00:00
Manuel Novoa III
c09a799cf6
Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.
...
Add some comments in Makefile about support for various archs.
Disable buildroot large file for cris, since uClibc currently disables it.
2003-11-30 20:21:47 +00:00
Manuel Novoa III
5c0bbc6177
Apparently, we don't need to specify KERNEL_SRC.
2003-11-29 23:56:43 +00:00
Manuel Novoa III
061e83c0d3
Erik moved the kernel headers and forgot to update this.
2003-11-29 19:27:20 +00:00
Manuel Novoa III
b6e2231fa3
Various fixes. Should now build when cross compiling and install correctly.
2003-11-29 19:19:10 +00:00
Manuel Novoa III
bbf2a9074b
Remove libgcc_eh hack. Things now build as they are supposed to.
2003-11-25 14:45:40 +00:00
Manuel Novoa III
ce6884732d
Use ARCH... not TARGET_ARCH in the mipsel test.
2003-11-24 23:23:16 +00:00
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
3c79729137
Use else.
2003-11-24 15:55:50 +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
43678bcac4
Oops... check in the file version this time.
2003-11-21 02:30:18 +00:00
Manuel Novoa III
2192a03c91
Fix some soft float make variables.
2003-11-21 02:28:21 +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
Eric Andersen
de19fac457
mention mipsel
...
Make soft float easier to enable/disable
2003-11-20 20:14:25 +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
Manuel Novoa III
93b677ea42
Turn on HAS_FPU by default. If soft float support is configured in the
...
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk.
TODO: Implement a buildroot options for no float support at all.
2003-11-18 19:58:46 +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
Manuel Novoa III
8162065d96
Fix most things when large file support is not configured.
2003-11-17 01:29:27 +00:00
Manuel Novoa III
7bfc5d37f4
Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the
...
users _and_ us some grief.
2003-11-16 04:54:06 +00:00
Eric Andersen
5343886e9e
Fix a perl to sed conversion error
2003-11-14 09:44:08 +00:00
Eric Andersen
e1a124005c
Update the default busybox config
2003-11-13 12:10:58 +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
3b738ef6dd
Make sure we prompt for MMU setting if unknown.
2003-11-11 21:26:17 +00:00
Eric Andersen
6e05374b6d
Default to having an MMU, which must be explictly overridden on
...
a per arch basis
2003-11-11 21:18:47 +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
Manuel Novoa III
98dd5fd7a8
I broke the libstdc++ locale-enabled build when I hid the definition
...
of locale_t. Since I don't want to expose this, for the moment add
some nasty casts to reference the necessary pointer fields for the
ctype information.
2003-11-11 06:53:22 +00:00