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
Bernhard Reutner-Fischer
a48d8f5414
- add BR2_INET_IPV6 and BR2_INET_RPC
...
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26 16:34:45 +00:00
Bernhard Reutner-Fischer
3796424648
- add patch for the 0.9.29 release that fixes the visibility of internal_function
2007-06-25 08:16:14 +00:00
Bernhard Reutner-Fischer
b3dde84b82
- yet another hunk that should have been part of r18904
2007-06-24 14:38:06 +00:00
Bernhard Reutner-Fischer
8027784c35
- add full sysroot support for non-ancient toolchains.
...
- start to separate usr/lib and lib to match normal system-layout
2007-06-20 11:26:36 +00:00
Bernhard Reutner-Fischer
3491c3e2d0
- allow for patching snapshots. Files are named uClibc.*.patch which is unambiguous wrt release patches.
...
sjhill, this "reverts" your r18601. I *need* to be able to test patches in a convenient manner. Please ping me if you are uncomfortable with this change so we can discuss it, thanks.
2007-06-13 18:13:51 +00:00
Bernhard Reutner-Fischer
608d581764
- forgot to supply a default for UCLIBC_EXTRA_CFLAGS
2007-06-07 16:18:20 +00:00
Bernhard Reutner-Fischer
9da0c33f75
- adjust sample config
2007-06-07 12:16:55 +00:00
Bernhard Reutner-Fischer
1f020bb491
- store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig
2007-05-12 18:39:28 +00:00
"Steven J. Hill"
049c3f67f5
If we are using snapshot, don't even attempt to try and patch anything.
2007-05-10 02:37:44 +00:00
"Steven J. Hill"
71b952f374
Re-create patches for released 0.9.29 version.
2007-05-10 02:37:16 +00:00
"Steven J. Hill"
3ee4b1d066
Get rid of blank line.
2007-04-28 17:08:57 +00:00
Bernhard Reutner-Fischer
0f620a15c5
- recommend linuxthreads.old
2007-04-15 09:51:28 +00:00
Eric Andersen
b7bb0e9ce9
install hostutils (i.e. 'ldd' and 'ldconfig') into $STAGING_DIR
2007-03-22 16:23:43 +00:00
Bernhard Reutner-Fischer
7e1cdc67d3
- s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarity
...
- make sure that we have a working sed for the uclibc-menuconfig target
2007-03-14 11:15:08 +00:00
Eric Andersen
149ea99509
update to uClibc 0.9.28.3
2007-02-28 22:01:12 +00:00
Peter Korsgaard
9c47e2be7c
0.9.28.2 support
2007-02-22 08:53:20 +00:00
Peter Korsgaard
43050ac9cc
Really propagate BR2_SOFT_FLOAT setting to 0.9.28.1
2007-02-20 11:06:00 +00:00
Bernhard Reutner-Fischer
b3a683bbe8
- uclibc-menuconfig provides a .config but doesn't provide .configured
2007-02-15 11:24:35 +00:00
Bernhard Reutner-Fischer
cf647cea3d
- allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout
2007-02-15 11:12:15 +00:00
Bernhard Reutner-Fischer
f11476c181
- sched_{s,g}etaffinity depends on the respective syscalls.
...
Noticed while trying to use ancient 2.4.31 kernel-headers from some bug-report
2007-02-14 13:28:58 +00:00
Bernhard Reutner-Fischer
08d06406ef
- fix propagation of BR2_SOFT_FLOAT down to uClibc
2007-02-10 21:24:02 +00:00
Bernhard Reutner-Fischer
16e69a3df0
- honor BR2_PTHREAD_DEBUG
...
Stop asking any thread related questions while at it.
2007-02-09 17:53:55 +00:00
Bernhard Reutner-Fischer
7779fd7453
- add gcc-4.0.4
...
- add knob to enable unsupported, deprecated, obsoleted versions of packages
2007-02-09 13:31:55 +00:00
Bernhard Reutner-Fischer
cbfaf565c1
- also wipe the files installed into the target for uclibc_target-clean
2007-02-06 18:35:37 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
Bernhard Reutner-Fischer
ba63b4cc42
- proposed fix for gethostent_r: if no host was found, return HOST_NOT_FOUND instead of garbage.
2007-02-05 13:01:08 +00:00
Bernhard Reutner-Fischer
3943f279f0
- fixup setting the UCLIBC_TARGET_ENDIAN
2007-02-02 13:50:23 +00:00
Bernhard Reutner-Fischer
47857d95ce
- remove the '"install uClibc headers in the target filesystem" without a native compiler' option.
2007-01-31 10:10:06 +00:00
Bernhard Reutner-Fischer
8dc42b0a2e
- add some defaults for arm and set them later on depending on the .config
2007-01-30 17:45:30 +00:00
Eric Andersen
23c7698934
fix broken spot caused by my having checked in the wrong dst patch for 0.9.28
2007-01-29 22:22:59 +00:00
Eric Andersen
a96bd37fb4
fix patch
2007-01-29 22:21:57 +00:00
Peter Korsgaard
4c82ddf0c7
Really disable HAS_FPU when softfloat is enabled
2007-01-29 16:44:43 +00:00
Bernhard Reutner-Fischer
842765c360
- add 0.9.28.1
2007-01-28 12:11:37 +00:00
Eric Andersen
c78e178f37
A patch set that should probably become uClibc-0.9.28.1
2007-01-25 20:27:27 +00:00
Bernhard Reutner-Fischer
a9a6b60e62
- apply vapier's comments
2007-01-24 15:12:12 +00:00
Bernhard Reutner-Fischer
30b4b6dde8
- update proposed patchlet
2007-01-21 21:11:56 +00:00
Bernhard Reutner-Fischer
726abd4e51
- provide means to "install uClibc headers in the target filesystem" without a native compiler
2007-01-21 12:58:51 +00:00
Bernhard Reutner-Fischer
eca329ff4c
- add proposed, non-cleanup version of the compile fix for disabled getc/putc macros for vapier to look at
...
It even creates smaller code as compared to current svn..
2007-01-20 22:03:08 +00:00
Bernhard Reutner-Fischer
f6c0fd635a
- copy the _CONFIG_FILES back
...
- use the BUSYBOX_CONFIG_FILE if specified by the user
2007-01-19 14:17:34 +00:00
Bernhard Reutner-Fischer
2d943e7a13
- pass the selected arm variant and ABI setting down to uClibc.
...
Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?)
- TODO: add missing variants that are supported by uClibc to buildroot
2007-01-16 09:35:11 +00:00
Bernhard Reutner-Fischer
c5640c4c97
- s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/g
2006-12-15 14:40:55 +00:00
Bernhard Reutner-Fischer
f3489da092
- Only care about the locale stuff if we have locale in the first place.
2006-12-15 13:39:26 +00:00
Bernhard Reutner-Fischer
faf7b1d44e
Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and copies it from
...
there instead of downloading it again for every uClibc build.
2006-12-14 15:17:39 +00:00
Eric Andersen
a49677e0b9
don't error out when asm-generic is absent
2006-12-14 02:50:58 +00:00
Eric Andersen
4f45ebcca3
install include/asm-generic if it is present
2006-12-13 13:07:47 +00:00
Eric Andersen
9295a204fa
use a more sensible naming scheme
2006-12-13 12:42:45 +00:00
Eric Andersen
03746f2ec5
Patch in the version agnostic fix_includes in the older uClibc 0.9.28
2006-12-13 12:41:42 +00:00
Eric Andersen
bee40029c1
oops, typo
2006-12-13 12:34:22 +00:00
Eric Andersen
c6201a9df3
update ordering, automagically handle x86 subtypes
2006-12-13 11:51:42 +00:00
Eric Andersen
0cc8fafe8f
fix a few little glitches I left in here the other day
2006-12-13 06:59:01 +00:00
Eric Andersen
5eeac710ca
update uClibc config settings and update installation of kernel headers
2006-12-12 07:10:54 +00:00
Bernhard Reutner-Fischer
89657b0216
- provide a 'make uclibc-config' target to make target specific configuration easy.
2006-12-02 18:30:42 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
290615edc1
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
2006-10-17 16:57:02 +00:00
Eric Andersen
ea85352bfb
kill the separate 'uClibc.config-locale' file, which was generally left unmaintained
...
and instead just update the installed uClibc config file in place to enable locale
when selected
2006-10-02 18:52:14 +00:00
Peter Korsgaard
990fee63fc
Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT
2006-09-25 14:28:54 +00:00
Eric Andersen
1c911f7f4f
minor dependancy cleanup
2006-07-19 06:37:58 +00:00
Eric Andersen
98bc6dac2a
configuring uClibc depends on first having kernel headers in place
2006-07-18 23:43:58 +00:00
Eric Andersen
8c709551ff
put sed check in the correct place
2006-07-18 23:39:39 +00:00
Eric Andersen
e8609e8ea7
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
...
and should NOT be enabled by default.
2006-07-04 11:06:43 +00:00
Eric Andersen
9f0b4b626d
oops, dynamically set...
2006-06-23 07:46:15 +00:00
Eric Andersen
b6ea2bdd2f
update config a bit
2006-06-23 07:45:00 +00:00
Paul Mundt
61aa805b9e
Add support for ARM EABI.
2006-06-05 22:11:01 +00:00
Paul Mundt
b1a66dd673
Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.
...
Also update the uClibc config for some of the recent target and CPU
variant additions.
2006-06-05 22:07:29 +00:00
Eric Andersen
233d05fb17
make the locale config mostly match the non-locale config
2006-04-11 19:41:22 +00:00
David Anders
cc58ac77fe
fix target arch check per case 0000688
2006-02-09 19:13:57 +00:00
Bernhard Reutner-Fischer
617398b899
- don't flag .configured if something went wrong
2006-01-28 17:21:36 +00:00
David Anders
e212fea80f
change test for arm variant from BR2_ARCH to UCLIBC_TARGET_ARCH
2006-01-19 16:35:20 +00:00
David Anders
64c3f9b0e8
added arm variant selection
2006-01-19 13:29:23 +00:00
Mike Frysinger
679fd2f932
patch by David Anders to add arm variants
2006-01-18 12:31:57 +00:00
Mike Frysinger
5afefc9d60
fix endian sed as pointed out by David Anders
2006-01-18 12:04:50 +00:00
Mike Frysinger
e420a8870a
incorporate patches from marc in bug #273 to add support for nios2
2006-01-04 04:52:34 +00:00
Mike Frysinger
ef1db6bac2
improve selection of options based upon buildroot config
2005-12-07 23:14:34 +00:00
Mike Frysinger
5105581c02
add more threading options
2005-12-07 23:14:19 +00:00
Mike Frysinger
3fb23b0fbd
default to linuxthreads.old Bug 552
2005-11-20 23:59:45 +00:00
Mike Frysinger
06b151e5c9
fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499
2005-10-22 09:05:18 +00:00
Mike Frysinger
272e7fda19
control pthread support since some arches like x86_64 dont yet support it in uClibc
2005-10-01 00:36:38 +00:00
Peter S. Mazinger
6be95dc1b9
Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen Warren and vapier
2005-09-30 19:28:56 +00:00
Peter S. Mazinger
ed3538ab78
Add disabled COMPAT_ATEXIT option to the config files
2005-09-26 18:09:29 +00:00
"Steven J. Hill"
4891f7e79d
Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot.
2005-09-24 19:58:18 +00:00
Mike Frysinger
eefc9a6dea
add UCLIBC_HAS_REENTRANT_RPC
2005-09-22 02:39:35 +00:00
Eric Andersen
331d572332
I'm an idiot.
2005-09-12 22:36:58 +00:00
Eric Andersen
cd32a84012
trim erroneous space
2005-09-12 18:33:46 +00:00
Mike Frysinger
5da2a158e1
allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
2005-08-28 08:00:30 +00:00
Mike Frysinger
e7ac2eab21
uClibc 0.9.28 has been released
2005-08-18 02:05:30 +00:00
Eric Andersen
204fbfd846
routine update
2005-08-09 04:08:33 +00:00
Manuel Novoa III
42c9321a15
Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug
...
apps with a deployed cross toolchain. Should probably do ltrace as well...
Also, add another compat symlink for cross gdb.
2005-08-04 03:49:25 +00:00
Manuel Novoa III
5c445e68c7
Update locale config to match non-locale settings.
2005-08-03 01:23:13 +00:00
"Steven J. Hill"
1ba78f57e1
Add in options for NPTL in uClibc. Users can select, but since NPTL is
...
on a branch it will not have any effect. Updated DBAu1500 configuration
files for latest uClibc snapshot and NPTL options.
2005-07-29 23:28:31 +00:00
Eric Andersen
dbd27ef3ac
Minor updates
2005-07-27 11:16:00 +00:00
Mike Frysinger
53fdf867ba
revert earlier change since it doesnt work with last uClibc release :/
2005-07-11 21:49:45 +00:00
Joakim Tjernlund
8a3d415a8e
Fix buildroot not to modify Rules.mak. Patch From vapier.
2005-06-30 00:36:16 +00:00
Joakim Tjernlund
d1002763cf
Update default config a little.
2005-06-30 00:26:20 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +00:00
Eric Andersen
9514bc67c3
Apply any uClibc patches that are present
2005-05-26 22:16:31 +00:00
Paul Mundt
8e6c4f0576
sh64 no longer implies sh as far as uClibc is concerned..
2005-05-02 13:38:26 +00:00
Eric Andersen
c3cdda3ce1
Be extra careful about where the uClibc config file comes from
2005-03-09 08:36:49 +00:00
Eric Andersen
2460dadf07
Trivial updates
2005-02-25 01:30:13 +00:00
Eric Andersen
6970a92158
give uclibc and busybox config files consistant variable names
2005-02-15 22:48:08 +00:00
Mike Frysinger
876cbada9e
default ldconfig to non-static
2005-01-27 07:09:31 +00:00
Eric Andersen
0d052ec07f
Update default uClibc config
2004-12-23 00:05:32 +00:00
Mike Frysinger
aaca1aa0d5
fix dependency so ldd isnt always rebuilt
2004-12-22 05:22:03 +00:00
Eric Andersen
8e5fb3fb4a
Add initial BR2_JLEVEL support, with some exceptions for apps that
...
have broken 'make -j' support
2004-12-11 13:01:10 +00:00
Eric Andersen
070e7c147b
Patch from Volmat Alain adding SH3/SH3EB SH4EB support
2004-12-11 09:56:58 +00:00
Eric Andersen
bd432c18f2
do not inadvertantly create files
2004-12-11 09:55:56 +00:00
Mike Frysinger
3c1e10bc1f
do some touching to sync timestamps
2004-10-15 14:39:40 +00:00
Manuel Novoa III
56239e49a6
Build the uClibc utils with the uClibc-targeted toolchain.
...
While the host utils are also built, they are not currently installed.
2004-10-15 08:26:30 +00:00
Mike Frysinger
3263c5a67f
-xvf -> $(TAR_OPTIONS)
2004-10-11 14:01:07 +00:00
Eric Andersen
e697a16e5a
Andrew May writes:
...
A few more little ones.
busybox fdisk with large files should be removed without large files.
gdbtarget/gdb_client got mixed up in the Makefile.in.
I think gdbtarget should have a depend on ncurses but I am not
sure if it should go in the config or in the .mk.
It may be nice to split out the server and client.
uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
2004-10-10 01:12:46 +00:00
Eric Andersen
0134e28071
Add some seperators
2004-10-09 05:33:05 +00:00
Eric Andersen
2d523c2317
Major buildroot facelift, step one.
...
-Erik
2004-10-09 01:06:03 +00:00