summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2011-03-13add a lot of new devel subpackages and fix native builds of packagesWaldemar Brodkorb
2011-03-08cosmetic changesWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-02-01readd workaround, needed f.e. for mips targetsWaldemar Brodkorb
2011-01-25more HOSTCC eliminationWaldemar Brodkorb
2011-01-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-20update to rc2, remove obsolete patchesWaldemar Brodkorb
2011-01-20disable NLS, allows toolchain building on native ADK systemsWaldemar Brodkorb
2011-01-18handle ssp support for glibc/eglibc/gccWaldemar Brodkorb
2011-01-17enable old behavior and enable gdb/c++ by defaultWaldemar Brodkorb
2011-01-17these symlinks are requiredWaldemar Brodkorb
2011-01-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-12fix ssp support, logic errorWaldemar Brodkorb
2011-01-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-12fix mips64 glibc toolchainsWaldemar Brodkorb
2011-01-11update todo, resolv conflictWaldemar Brodkorb
2011-01-11add aufs2 kernel patches, update aufs2-util to matchWaldemar Brodkorb
2011-01-10fix timezone configuration for glibc based systemsWaldemar Brodkorb
2011-01-10create directory where others are createdWaldemar Brodkorb
2011-01-10resolve conflictsWaldemar 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-10glibc: fix build for ADK_TARGET_CFLAGS="-march=i686"Phil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10glibc: install some glibc-shipped config filesPhil Sutter
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
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 missing Config.in for toolchain settingsWaldemar Brodkorb
2011-01-07make sysroot relative to have a relocatable gccThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-07add toolchain settings menu pointWaldemar Brodkorb
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled
2011-01-04copy fsf config.guess on Cygwin and use it.Waldemar Brodkorb
When compiling gmp under Windows XP on a 64 Bit AMD system, config.guess tries to build with ABI64 and fails. Using configfsf.guess in this case, will fix it.
2011-01-04copy readelf only on Darwin build systemWaldemar Brodkorb
On Cygwin readelf in this directory is not the right binary. The real binary is in .libs/readelf.exe. Toolchain building fails on Cygwin after copying the readelf thingy.
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-12-31revert common uClibc vfork implementation. the new one does not work with ↵Waldemar Brodkorb
cris architecture
2010-12-31add patch from uClibc trunk, otherwise mipsel build breaksWaldemar 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-12-15update to latest upstream versionWaldemar Brodkorb
2010-12-02fix mips 64bit toolchainsWaldemar Brodkorb
2010-11-27fix build of glibc toolchainsWaldemar Brodkorb
2010-11-23install symlinks for glibc-dev package, do not install libnsl for nowWaldemar Brodkorb
2010-11-20tarball is only available on openadk.orgWaldemar Brodkorb
2010-11-17update kernel-header patches, update cris patchWaldemar Brodkorb
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-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version