Thomas Petazzoni
51a7a978a3
Remove BR2_ENABLE_LOCALE_PREGENERATED
...
The option is marked broken since october 2009, and even the uClibc
configuration help text says that using pregenerated locales is highly
discouraged.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-11 21:10:34 +02:00
Gustavo Zacarias
633049d800
Enable e300c2, e300c3 and e500mc powerpc optimizations
...
Closes #1513
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08 13:16:13 +02:00
Peter Korsgaard
eb1cd08a9b
uClibc: 0.9.31 dnslookup use after free fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-06 15:37:14 +02:00
Peter Korsgaard
c95174a8df
uclibc: don't install libs to target if BR2_PREFER_STATIC_LIB
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-05 13:44:47 +02:00
Peter Korsgaard
266fa65afb
toolchain: add uClibc 0.9.31, mark 0.9.30.x as recent
...
Enable susv3/susv4 legacy support for now, as a lot of packages (E.G.
busybox) breaks with the stricter interpretation in 0.9.31.
Also slightly tweak uclibc.mk as the "new" linuxthreads symbol changed.
Test built on x86/x86-64/ppc/arm/mips.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-05 10:47:54 +02:00
Will Wagner
17541bd0ec
uclibc: Fix for improper copying of kernel headers
...
Closes #1219
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-03 10:30:53 +02:00
Peter Korsgaard
f220498f4b
get rid of broken nios2 support
...
Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-30 17:19:59 +02:00
Peter Korsgaard
de859f6b2a
toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x
...
As the 0.9.30.x stable releases only contain bugfixes, there isn't much
sense in using the older 0.9.30.x releases instead of .3, so use a single
0.9.30.x config similar to how we do it for the kernel headers.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-12 23:14:59 +01:00
Peter Korsgaard
43ffd946ad
toolchain/uClibc: additional 0.9.30.2 patches
...
Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-22 22:05:41 +01:00
Thomas Petazzoni
2bf5840e57
Add patch to fix uClibc build failure with locale enabled
...
This patch fixes the undefined reference to `__iconv_codesets'
reported at
http://www.mail-archive.com/uclibc@uclibc.org/msg04970.html . The patch
has been taken from the upstream Git repository, and will be part of
uClibc 0.9.30.3. In the mean time, let's integrate it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-02-13 12:25:52 +01:00
Peter Korsgaard
6bfb4885b0
toolchain: add uclibc 0.9.30.2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-15 14:48:08 +01:00
Thomas Petazzoni
4e813d99f9
uclibc: get rid of avr32 special version since upstream works
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15 10:49:59 +01:00
Peter Korsgaard
687d0958a3
toolchain/uClibc: avr32 patch should apply to 0.9.30.1
...
avr32 uses 0.9.30.1, not 0.9.30.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15 10:47:39 +01:00
Hans-Christian Egtvedt
b4f01dcc10
uclibc: add prctl syscall fix for AVR32 architecture
...
This patch fixes the prctl syscall for the AVR32 architecture, since this
architecture assumes you handle varargs in a proper way, always.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15 10:41:07 +01:00
Peter Korsgaard
d3df830c2b
toolchain/uClibc: 0.9.30.x config: enable arch specific string routines if available
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15 09:51:57 +01:00
Thomas Petazzoni
19d7f0e315
uclibc: remove external sources patches
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:48 +01:00
Thomas Petazzoni
bc994c533c
Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE
...
The BR2_TOOLCHAIN_SOURCE option is removed in a future commit.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:47 +01:00
Thomas Petazzoni
8a5c3653ac
uclibc: remove support for external source toolchains
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:46 +01:00
Thomas Petazzoni
b642f7eefb
uclibc: do not allow selection of non-avr32 versions on AVR32
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:46 +01:00
Thomas Petazzoni
3a24927a0e
uclibc: add avr32 special version
...
* Add a new 0.9.30-avr32-2.1.5 version of uClibc in Config.in
* Add a patch for 0.9.20-avr32-2.1.5
* Select a different UCLIBC_SITE for avr32 versions in uclibc.mk
* Add the LINKRELAX=y configuration option to the uClibc .config file
in uclibc.mk
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14 23:54:43 +01:00
Peter Korsgaard
09d62e89e7
toolchain/uClibc: install ldd to target
...
Reported by Julien Boibessot <julien.boibessot@free.fr>.
This somehow got disabled by cb815ae003
(two years ago!).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-17 17:37:11 +01:00
Peter Korsgaard
b18b46ebee
uclibc: add unifdef getline fix to avr32 variant as well
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-09 23:25:17 +01:00
Bernhard Reutner-Fischer
473a91dbe6
*-menuconfig needs dirs to exist
...
In a pristine checkout the -menuconfig targets need their build dirs
to exist.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-09 14:31:21 +02:00
Michael Roth
cb5710c538
rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
...
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23 09:15:27 +02:00
Thomas Petazzoni
af2390c0f4
toolchain: use qstrip
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-05 14:43:18 +02:00
Austin Foxley
4d0c00588f
uClibc as of 20090825 requires the ARCH to be specified when we call it's make
...
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03 21:20:18 +02:00
Thomas Petazzoni
8d880c3e5c
Fix PROGRAM_INVOCATION handling with external toolchains
...
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option,
like BR2_INET_IPV6, BR2_INET_RPC, on which some packages
depend. Therefore, it should be handled like BR2_INET_IPV6 and
BR2_INET_RPC in order to work properly with external toolchains.
Since we move it out of toolchain/uClibc/Config.in into
toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION
(since BR2_INET_RPC and others don't have UCLIBC in their name).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-31 11:40:34 +02:00
Pavel Roskin
a248954890
toolchain/uClibc: add patch to rename getline to get_line in unifdef.c
...
getline() is a standard libc function with a different signature.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-27 09:43:06 +02:00
Peter Korsgaard
c1b3b6cab0
toolchain/uclibc: xtensa patches
...
New files missing from 58050c28
.
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25 20:25:34 +02:00
Maxim Grigoriev
58050c286b
toolchain/uclibc: xtensa support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24 02:22:08 +02:00
Peter Korsgaard
c67733f9a2
toolchain/uClibc: 0.9.30.1 arm linuxthreads fix
...
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.
2009-04-29 13:12:56 +00:00
Peter Korsgaard
d76155005f
toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address
...
From uClibc r24336.
2009-04-24 18:42:18 +00:00
Peter Korsgaard
503ab93cfe
toolchain: add BR2_USE_SSP option for stack protection support
...
Using the support in uClibc.
2009-04-22 07:27:22 +00:00
Peter Korsgaard
e860a7bc5d
uClibc: additional 0.9.30.1 patches
...
From Bernhard's tree.
2009-03-12 20:29:24 +00:00
Peter Korsgaard
e8e6bc348b
uClibc: strtouq fix for 64bit
2009-03-10 21:03:04 +00:00
Peter Korsgaard
2676c2029b
uclibc: 0.9.30.1 fix for ppc32 C99 math
...
From Bernhard.
2009-03-05 12:11:26 +00:00
Peter Korsgaard
8e4ba1b452
uclibc: cleanup version handling
...
Based on 0171c72 in Bernhards' tree.
2009-03-03 20:23:10 +00:00
Peter Korsgaard
7664a62a0c
uclibc: add 0.9.30.1
2009-03-03 09:41:15 +00:00
Peter Korsgaard
5c5a49c0b0
uClibc: remove unused 0.9.29 wchar defconfig
...
We add the wchar stuff at compile time using sed, so the default defconfig
works, the file hasn't seen any updates since it first got committed, and
there's no references to it in the tree.
2009-02-03 14:29:36 +00:00
Peter Korsgaard
06d48389e2
uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)
...
Fixes mysql-client package (installs shared libraries into /usr/lib/mysql
and sets RPATH).
2009-02-03 14:28:43 +00:00
Daniel Laird
040bd64849
Extend External Toolchain options (match buildroot built toolchain):
...
Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.
This means the same set of packages can be built now me as for you.....
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 16:28:26 +00:00
Peter Korsgaard
92bd25c9eb
toolchain: fix up GNU_TARGET_NAME link and target_utils location
...
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
2009-01-30 13:34:42 +00:00
Peter Korsgaard
3813096b28
toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM
...
Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099.
2009-01-28 15:48:52 +00:00
Peter Korsgaard
80161f54e3
toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig
...
UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause
segfaults on some architectures, so disable it.
Reported and tracked down by "QuickX" <quickx@hotmail.com>.
2009-01-24 06:44:17 +00:00
Peter Korsgaard
675b479c2f
Kconfig: remove 'default n' and 'default no' (see r22874)
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18 14:20:18 +00:00
Peter Korsgaard
032cc7e76f
toolchain/uClibc: mark 0.9.29 as recent
2009-01-16 14:21:24 +00:00
Peter Korsgaard
0ef35d5d5e
toolchain/: convert to DOWNLOAD helper
2009-01-16 11:47:05 +00:00
Peter Korsgaard
35dc4cd628
toolchain: sh64 fixes
...
- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well
- use little endian for sh64, like for 32bit sh
sh64 still doesn't build, but gets further along now.
2009-01-13 15:09:18 +00:00
Peter Korsgaard
b268646b9f
uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well
...
Handle x86_84 as well. From uclibc r24799.
2009-01-12 15:57:28 +00:00
Peter Korsgaard
6e4c616df8
toolchain/uclibc: fix sparc SED handling of _V9 / _V9B
2009-01-12 15:01:28 +00:00
Peter Korsgaard
5b220b9ded
toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc
...
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
2009-01-12 14:11:40 +00:00
Peter Korsgaard
585aca9a5a
add .empty files for git-svn
...
git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.
Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.
2009-01-05 15:47:00 +00:00
Peter Korsgaard
3db839986d
toolchain: revert "Allow creating a script for external use of Buildroot toolchain"
...
It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
2009-01-02 20:31:01 +00:00
Ulf Samuelsson
55abdf59e8
Remove whitespace damage in uclibc.mk
2009-01-02 08:30:44 +00:00
Peter Korsgaard
4826e57a04
toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)
2008-12-29 15:22:23 +00:00
Peter Korsgaard
40a2bdae7c
toolchain/uclibc: fix typo
2008-12-23 10:21:07 +00:00
Peter Korsgaard
11050fcc62
toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option
...
Add an option to either generate locales yourself or download the
pregenerated set.
Based on 4bdca9cc in Bernhard's tree.
2008-12-23 09:39:05 +00:00
Ulf Samuelsson
85c7bde99e
Allow creating a script for external use of Buildroot toolchain
2008-12-21 17:11:33 +00:00
Peter Korsgaard
0e14d4f7ff
toolchain/: get rid of unneeded $(strip ..)
2008-12-08 08:15:42 +00:00
Peter Korsgaard
10f8e714e2
uclibc: add RPC config variables to 0.9.30
...
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so
the sed invocation in uclibc.mk can set them to the proper values.
2008-12-07 21:22:51 +00:00
Peter Korsgaard
d1e6618fe4
uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH
2008-12-01 14:53:22 +00:00
Hans-Christian Egtvedt
cf13c9824e
uClibc: set 0.9.30 as default
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01 14:23:57 +00:00
Hans-Christian Egtvedt
cafdaf2cec
uClibc: add a default config for 0.9.30
...
Courtesy Bernhard Reutner-Fischer GIT repository at
http://repo.or.cz/w/buildroot.git
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01 14:23:09 +00:00
Hans-Christian Egtvedt
0547cb9cb9
uClibc: add uClibc 0.9.30 to kconfig and Makefile
...
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The
version identification for snapshot is also updated to reflect 0.9.30.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01 13:02:22 +00:00
Peter Korsgaard
a16c662d0a
toolchain/uclibc: brown paper bag fix for r23746
...
So much for doing one more "obvious" fix before going home -
Sorry everyone.
2008-10-20 18:55:26 +00:00
Peter Korsgaard
cdade1dd00
toolchain/uclibc: only use make install_headers for 0.9.29+
...
0.9.28.3 doesn't have install_headers, so use install_dev there.
Got broken by r23561.
2008-10-20 15:23:50 +00:00
Hans-Christian Egtvedt
c0f95aafb8
uclibc: fix path to ARCH_CFLAGS when compiling the test suite
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07 07:32:40 +00:00
Hans-Christian Egtvedt
8e71cdd87f
uclibc: add kconfig option and make stuff for installing the uClibc test suite
...
This patch adds the possibility to install the uClibc test suite to the target
file system. This is useful if you need to debug or test your uClibc.
The option is defaulted to no, and is not needed for a normal running Linux
system. The test suite is installed to /root/uClibc
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07 07:20:32 +00:00
Hans-Christian Egtvedt
21eb2bfd61
uclibc: install headers after building headers in configure part
...
This patch will run "make headers install_headers" instead of the old "make
headers install_dev". The latter requires a cross compiler available in uClibc
versions > 0.9.29, and the cross compiler is not available at the configuration
time of uClibc.
Spotted and fixed by Bernhard Fischer.
Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-30 07:29:35 +00:00
Peter Korsgaard
d3ebf329ca
uClibc-0.9.29: remove double ARM subarch selection from defconfig
...
uclibc.mk unconditionally adds the ARM subarch config entries to the
config so remove them from the defconfig.
2008-08-04 19:07:33 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
126bb72fa0
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory
2008-07-04 08:39:35 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
4098f22eb4
uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG
2008-06-18 08:51:10 +00:00
Peter Korsgaard
00f3b5c1f2
uclibc: remove obsolete uclibc 0.9.28 handling
2008-06-18 08:51:00 +00:00
Peter Korsgaard
fb487ac330
toolchain/uclibc: strip libpthread
2008-06-17 13:30:35 +00:00
Peter Korsgaard
babe5b0486
uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)
2008-05-31 07:28:09 +00:00
Peter Korsgaard
00141805cb
uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions
2008-05-31 07:28:00 +00:00
Peter Korsgaard
f469324898
uclibc-0.9.29: handle powerpc subarch selection
2008-05-31 07:27:58 +00:00
Peter Korsgaard
13db6302c4
uClibc: use .patch.$ARCH naming convention
2008-04-24 09:03:12 +00:00
Nigel Kukard
85900b0957
* Added uclibc snapshot config, differes from the stable and kept asking questions for config
...
* Added ARM config options to makefile just like the other arch's
2008-04-17 13:25:47 +00:00
Nigel Kukard
0c00962017
PentiumPro is not Pentium4 but i686
2008-03-29 17:34:23 +00:00
Nigel Kukard
9a193dfbf0
* Fixed uClibc sub-x86 arch selection
2008-03-29 16:23:16 +00:00
Peter Korsgaard
ca89923ee0
uClibc 0.9.28.3: use optimized string ops on ppc
...
Use optimized string ops instead of dummy generic ones on PPC.
2008-03-27 10:23:13 +00:00
Peter Korsgaard
9e0fe4b885
uclibc: remove unused legacy patches
2008-03-27 10:23:03 +00:00
John Voltz
dc56871dde
HTMLized glibc vs uclibc and added to docs
2008-03-07 13:34:02 +00:00
John Voltz
3ab16b1fd6
added and removed uclibc patches
2008-03-06 18:50:01 +00:00
"Steven J. Hill"
bebbe792df
Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer
...
versions of GCC. Filter out 'gnu99' from assembly flags. Use the
'headers' target instead of 'pregen' to prepare for more NPTL
integration. Fix broken MTD package configuration....someone believes in
the Klingon release process apparently. Fix build issues with netplug
and libpng. Fix source path for microcom as original site no longer
exists.
2008-02-28 02:13:42 +00:00
Ivan Kuten
cb815ae003
Add support for GNU and kernel.org mirrors
2007-12-17 12:29:06 +00:00
Ivan Kuten
1dabd71252
update uClibc config for nios2
2007-11-15 15:44:15 +00:00
Ivan Kuten
06510069f8
install ldconfig stuff only if it was built, fix for systems without shared libraries support (nios2)
2007-11-15 10:16:55 +00:00
Ulf Samuelsson
f53d9ece64
Update AVR32 toolchain with new binutils and uClibc, This time it works (cross-fingers)
2007-10-13 10:15:01 +00:00
Ulf Samuelsson
191d0518b9
Add AVR32 support for uclibc-0-9-29
2007-10-12 15:12:55 +00:00
Bernhard Reutner-Fischer
28b852d9c3
- propagate mips ISA down to uClibc
2007-09-30 12:42:59 +00:00
Bernhard Reutner-Fischer
98175bd43d
- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)
2007-09-29 21:22:23 +00:00
Bernhard Reutner-Fischer
3de7a21bc7
- add mips/mipsel target architecture selection
...
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
2007-09-29 19:17:39 +00:00
Ulf Samuelsson
a6faed6a6e
Removed uclibc source dependency on host-sed
2007-09-28 22:16:47 +00:00
Ulf Samuelsson
41d2a92fee
No reliance on dirs in uClibc
2007-09-28 21:44:35 +00:00
Ulf Samuelsson
5459a9c5e0
Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-update to avoid overwriting board support file
2007-09-28 19:43:26 +00:00
Ulf Samuelsson
b8f28d656b
Add administration for linux,uclibc and main
2007-09-28 16:18:16 +00:00
Ulf Samuelsson
f9106781dd
Remove softfp patch from uClibc, ARM softfloat, did not complete anyway
2007-09-27 23:54:45 +00:00
Bernhard Reutner-Fischer
22901e8a44
- fix ARM ABI propagation
2007-09-27 21:51:21 +00:00
Ulf Samuelsson
e2e3006ea3
Additional management of uclibc
2007-09-27 00:18:52 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Ulf Samuelsson
88d5245ebd
Ensure soft-fp patch is truly local
2007-09-26 09:09:55 +00:00
Ulf Samuelsson
01426334b4
reinstate AVR32 toolchain
2007-09-26 05:36:11 +00:00
Ulf Samuelsson
0a02af2895
Remove -lgcc, did no good anyway
2007-09-25 14:13:21 +00:00
Ulf Samuelsson
e7276beca0
Add soft-fp part of gcclib to uClibc to allow ARM softfloat to complete
2007-09-25 13:37:20 +00:00
Bernhard Reutner-Fischer
56b426eeb3
- Schedule removal of ancient versions (configuration part).
2007-09-25 11:53:44 +00:00
Bernhard Reutner-Fischer
d8fc1c0a74
- remove one invariant in toolchain type selection.
2007-09-25 08:18:36 +00:00
Bernhard Reutner-Fischer
23b8823a18
- do not enable LEGACY stuff in the *sample* config
2007-09-24 12:19:41 +00:00
Bernhard Reutner-Fischer
4909da4156
- rename the gcc base_target to the more appropriate term cross_compiler
2007-09-22 21:38:15 +00:00
Bernhard Reutner-Fischer
212c5f8f6f
- default to 0.9.29
2007-09-22 16:40:08 +00:00
Ulf Samuelsson
633c8cbf5b
Remove some debug info + add uclibc-target-utils-source target
2007-09-17 12:49:46 +00:00
Bernhard Reutner-Fischer
153ee9e247
- some more sparc{,64} twiddling
2007-09-15 22:04:49 +00:00
Bernhard Reutner-Fischer
777a28a85d
- add sequence-point for toplevel parallel builds: uClibc needs an initial gcc
2007-09-01 18:46:46 +00:00
Bernhard Reutner-Fischer
33b0908145
- uclibc-configured has to depend on kernel-headers
2007-08-29 18:05:46 +00:00
Bernhard Reutner-Fischer
98a7a4c9d2
- misc cleanups (Cristian Ionescu-Idbohrn)
2007-08-28 21:42:44 +00:00
Bernhard Reutner-Fischer
86c31b90a2
- improve handling of sh (fgretief) for bug #1446
2007-08-26 20:55:02 +00:00
Bernhard Reutner-Fischer
df23b56837
- use the correct type (__u_long is correct, __ulong_t is not typed)
2007-08-26 20:40:31 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
2e0694f7a1
- SH endian setting (fgretief in bug #1446 )
2007-08-21 08:05:40 +00:00
Ulf Samuelsson
4223bea4f0
Use SED instead of ECHO when config 'program_invocation_name'
2007-08-16 05:01:43 +00:00
Ulf Samuelsson
406eeeeeb7
Allow user to configure PROGRAM_INVOCATION_NAME
2007-08-15 22:35:26 +00:00
Ulf Samuelsson
58dc3e46ef
Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', cleanup ARM config to avoid stop during build
2007-08-14 07:07:13 +00:00
Ulf Samuelsson
0f23053a22
Stop halting ARM build to configure uClibc
2007-08-13 20:22:17 +00:00
Ulf Samuelsson
f5aed4f5d4
Workaround bug in TinyX makedepend by removing some whitespace
2007-08-13 20:18:25 +00:00
Ulf Samuelsson
524991c7c3
Whitespace cleanup of uclibc, remove debug aid
2007-08-12 12:37:51 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
9fc2753d01
Avoid stopping asking questions, when gettext is selected
2007-08-01 19:13:18 +00:00
Ulf Samuelsson
151c04a0a6
Sort uclibc artificial targets in execution order
2007-08-01 12:11:44 +00:00
Ulf Samuelsson
0a8aa89e76
Add PATCH_DIR's for snapshots of uclibc and gdb
2007-07-31 23:25:12 +00:00
Ulf Samuelsson
840325e170
Add support for prepatched toolchains
2007-07-31 14:59:58 +00:00
Ulf Samuelsson
966784c2ba
Revert bad commit, sorry about that\!
2007-07-30 18:23:47 +00:00
Ulf Samuelsson
eda1d6d6f1
Add AVR32 support to uClibc
2007-07-29 17:47:27 +00:00
Ulf Samuelsson
0d3a3f8b57
uClibc config for AVR32
2007-07-29 17:40:42 +00:00
Ulf Samuelsson
39631ff7b7
Add AVR32 needs to uClibc def config
2007-07-29 17:32:21 +00:00
Bernhard Reutner-Fischer
7603183a87
- put dependency checking right to the start where any later stages can rely on the being ok.
2007-07-27 15:10:45 +00:00
Bernhard Reutner-Fischer
926309afdb
- add missing dependency
2007-07-23 11:32:09 +00:00
Ulf Samuelsson
f483f0a5e0
Add uclibc wchar default configuration
2007-07-20 10:49:46 +00:00
Bernhard Reutner-Fischer
9fc22c025d
- provide default for vfprintf
2007-07-08 12:05:03 +00:00
Bernhard Reutner-Fischer
7cd9f3da74
- forgot to adjust the path
2007-07-07 23:54:33 +00:00
Bernhard Reutner-Fischer
98ed96b60e
- pull in missing hunks from the arm-mmap fix.
2007-07-07 10:39:13 +00:00
"Steven J. Hill"
9a4ca08e5f
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
2007-07-06 04:26:32 +00:00
"Steven J. Hill"
cb3903168b
Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed.
2007-07-05 05:13:20 +00:00
Bernhard Reutner-Fischer
371d012143
- pull arm mmap fix from trunk
2007-06-28 12:14:16 +00:00
Bernhard Reutner-Fischer
4ec94aed2e
- fix typo in sed expr
2007-06-26 16:58:11 +00:00