summaryrefslogtreecommitdiff
path: root/target/x86
AgeCommit message (Collapse)Author
2015-05-06add UCLIBC_HAS_CONTEXT_FUNCS for mongrel2Waldemar Brodkorb
2015-04-25refactor the lower case symbols outWaldemar Brodkorb
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
2015-04-14enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, tooWaldemar Brodkorb
2015-04-14LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for sambaWaldemar Brodkorb
2015-04-02remove deprecated symbolsWaldemar Brodkorb
2015-03-29enable UCLIBC_HAS_UTMP for uClibc-ngWaldemar Brodkorb
2015-03-29use fixed CPU type for Qemu-X86 emulation for nowWaldemar Brodkorb
2015-03-23uClibc added a new symbol for utmp supportWaldemar Brodkorb
2015-02-20use MALLOC with GLIBC_COMPAT for all archsWaldemar Brodkorb
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
2015-02-18add support for uClibc-ng git masterWaldemar Brodkorb
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures.
2014-12-27enable getopt longWaldemar Brodkorb
2014-09-28always enable pthread debug support as discussed with tgWaldemar Brodkorb
2014-09-08sync with uClibc Makefile, config files will be compatibleWaldemar Brodkorb
2014-08-29and switch DODEBUG off again. couldn't reproduce on Linux BuildsystemWaldemar Brodkorb
2014-08-27add DODEBUG otherwise libc map problems occurWaldemar Brodkorb
2014-08-25disable XSI_MATH, prevent testsuite linking failures.Waldemar Brodkorb
2014-08-06enable backtrace support by default for uClibc-ngWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-30add argp by defaultWaldemar Brodkorb
2014-07-28disable gnu hash support in default config, will be enabled on demand laterWaldemar Brodkorb
2014-07-22DODEBUG for x86 must be on, need to investigate laterWaldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-06-29remove RPC from uclibc, use libtirpcWaldemar Brodkorb
2014-06-29handle debug code handling inside OpenADKWaldemar Brodkorb
2014-06-27add ltp package, add more uClibc options to have a wider test rangeWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-13add kernel config for vboxWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-08enable audio support for qemu-x86/qemu-x86_64Waldemar Brodkorb
2014-06-04add ADK_TARGET_WITH_WIFIWaldemar Brodkorb
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-05-31remove duplicate qemu argsWaldemar Brodkorb
2014-05-24fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as defaultWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-05-19fix wrong symbol nameWaldemar Brodkorb
2014-05-17optimize for rb532 viewWaldemar Brodkorb
2014-05-13some kernel abstraction layer fixes, partially for ibm x40 bootupWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar Brodkorb
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one.
2014-04-24pci is defaultWaldemar Brodkorb
2014-04-13add pregenerated core.img, there is no portable way to do it right nowWaldemar Brodkorb
2014-04-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-04-10try to use new grub2Waldemar Brodkorb
2014-04-07resolve mergeWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-04-07add submenu for qemu configurationWaldemar Brodkorb