summaryrefslogtreecommitdiff
path: root/package/eglibc
AgeCommit message (Collapse)Author
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-02-25add a bunch of perl configs for mipsWaldemar Brodkorb
2014-02-11use miniconfig for sparc64, enable network driver. disk driver is broken.Waldemar Brodkorb
2014-02-10add perl configs for x86_64Waldemar Brodkorb
2014-01-22add perl support for ppc64 eglibcWaldemar Brodkorb
2014-01-16add linker scriptWaldemar Brodkorb
2014-01-08add linker script, exit when not availableWaldemar Brodkorb
2013-11-10support for mips64 big endianWaldemar Brodkorb
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-10-24get rid of unsupported locale supportWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-14remove Makefile.multilib referenceWaldemar Brodkorb
2013-10-11fix typo, remove multilib crapWaldemar Brodkorb
2013-10-11add latest version of firefox, update dependencies and fix nss package to ↵Waldemar Brodkorb
include all necessary libraries for https support, tested only in qemu-i686 glibc for now
2013-07-29add tzdata dependencyWaldemar Brodkorb
2013-07-23fix hard float supportWaldemar Brodkorb
2013-07-11fix cifs mounts on bootup, mount -a after network initialization. add ↵Waldemar Brodkorb
LD_LIBRARY_PATH for raspberry pi special vc tools
2013-05-13update to eglibc 2.17Waldemar Brodkorb
2013-05-02enable RTC, fix libc.so generationWaldemar Brodkorb
2012-10-08finetune multilib support a lot, cleanup eglibc/glibc Makefiles while thereWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-08-31timezone files no longer installed. why?Waldemar Brodkorb
2012-03-21add template for mips64elWaldemar Brodkorb
2012-02-29add missing linker scripts for alix boardsWaldemar Brodkorb
2011-11-17add libnsl backWaldemar Brodkorb
2011-10-20add getconfWaldemar Brodkorb
2011-10-20/lib/libc.so should not be a symlink!Waldemar Brodkorb
2011-10-16use CPU_ARCH not ARCHWaldemar Brodkorb
2011-10-12respect choosen ABIWaldemar Brodkorb
2011-07-19add subpackage with static libraryWaldemar Brodkorb
2011-04-17add basic locale support to OpenADKWaldemar Brodkorb
2011-03-17add symlinks for uclibc libs, cosmetic changesWaldemar Brodkorb
2011-03-13remove libnsl, it is not available and/or requiredWaldemar Brodkorb
2011-03-08cosmetic changesWaldemar Brodkorb
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-02-01upps, wrong dirWaldemar Brodkorb
2011-01-31add libresolv.so symlink, use glibc package code to simplifyWaldemar Brodkorb
2011-01-25entirely drop HOSTCC stuffWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-19install libsspWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-07add missing stuff from tg@Waldemar Brodkorb
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2011-01-06install empty header stubWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-09-29update eglibc and ibm x40 target, fix macosx cross-compileWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-02fix compile of gcc package, host cppflags should be not target cppflagsWaldemar Brodkorb