summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
AgeCommit message (Collapse)Author
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-08fix make clean target ruleWaldemar Brodkorb
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules.
2011-01-07fix eglibc TZif file creation plus installation of desired localtime + UTCThorsten Glaser
UTC is used as “static base timezone” and thus must be present Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-07fix path to config filesWaldemar Brodkorb
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar 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-11-15another bad hack to get eglibc working with make 3.82Waldemar Brodkorb
2010-11-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-11-07fix eglibc/glibc toolchain building with make 3.82Waldemar Brodkorb
2010-11-03correct wrong version number for eglibcWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-29update eglibc and ibm x40 target, fix macosx cross-compileWaldemar Brodkorb
2010-07-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-19fix compile on Mac OS X hostWaldemar Brodkorb
2010-07-07fix timezone configuration for eglibc/glibc based systemsWaldemar Brodkorb
2010-03-23Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-23fix cross-compile on Cygwin hosts.Waldemar Brodkorb
bug reported by M. Hofmann.
2010-03-17add optimized flags if ADK_DEBUG for eglibc buildWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-25update to latest upstream versionWaldemar Brodkorb
2010-02-24toolchain: trailing whitespaces cleanup (just cosmetics!)Phil Sutter
2010-02-20add vendor string "openadk" to toolchain tripletWaldemar Brodkorb
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch.
2010-02-19first try to get eglibc/glibc based toolchain workingWaldemar Brodkorb
when HOST == TARGET eglibc/glibc toolchain does not compile correctly. With this patches at least eglibc compiles fine. There still exist a problem with glibc. Someone should check what diff in eglibc make the build work :}
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-08-28make allmodconfig round for lemote yeelong targetWaldemar Brodkorb
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86