Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | or1k: update kernel and gcc | Waldemar Brodkorb | |
2016-03-27 | newlib: update to latest 2.2.x/2.3.x versions | Waldemar Brodkorb | |
2016-03-26 | firefox: update to version 45.0 | Waldemar Brodkorb | |
2016-03-25 | allow to choose drivers for generic support, reported by Oliver | Waldemar Brodkorb | |
2016-03-25 | frv: update uClibc-ng config | Waldemar Brodkorb | |
2016-03-25 | simplify qemu options, hide block choice | Waldemar Brodkorb | |
2016-03-20 | cris: hack around broken driver patch | Waldemar Brodkorb | |
2016-03-19 | add basic bits and bytes for stm32f429 support | Waldemar Brodkorb | |
2016-03-19 | qemu-m68k-q800: add disk support | Waldemar Brodkorb | |
2016-03-18 | m68k: fix ethernet driver compile | Waldemar Brodkorb | |
2016-03-16 | linux: bump version | Waldemar Brodkorb | |
2016-03-16 | disable uClibc-ng obstack, gdb/binutils has its own copy | Waldemar Brodkorb | |
2016-03-16 | linux: update kernel to 4.4.5 | Waldemar Brodkorb | |
2016-03-14 | arc: disable obstack, not usable with newer binutils/gdb | Waldemar Brodkorb | |
2016-03-13 | update uClibc-ng to 1.0.13 | Waldemar Brodkorb | |
2016-03-13 | allow to build m68k bare-metal toolchain | Waldemar Brodkorb | |
2016-03-13 | fix sparc64 symbol name | Waldemar Brodkorb | |
2016-03-12 | default to initramfs+piggyback for qemu/gdb sim | Waldemar Brodkorb | |
2016-03-12 | uclibc-ng: disable long double math in default config | Waldemar Brodkorb | |
2016-03-12 | arc: update gcc and binutils | Waldemar Brodkorb | |
2016-03-11 | default without block | Waldemar Brodkorb | |
2016-03-11 | add mini kernel config for nios2 | Waldemar Brodkorb | |
2016-03-11 | allow to select nds32 to build uClibc-ng toolchain | Waldemar Brodkorb | |
2016-03-10 | fix CPU symbol names, oops | Waldemar Brodkorb | |
2016-03-10 | lm32 is uclinux | Waldemar Brodkorb | |
2016-03-10 | make parts of the menu visible if architecture is choosen to guarentee ↵ | Waldemar Brodkorb | |
defaults are set right | |||
2016-03-10 | add suffix for cris arch | Waldemar Brodkorb | |
2016-03-10 | add suffix for cris arch | Waldemar Brodkorb | |
2016-03-10 | c6x is uClinux | Waldemar Brodkorb | |
2016-03-07 | if prevents the usability of symbols :( | Waldemar Brodkorb | |
2016-03-07 | allow ADK_TARGET_CPU for alpha | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-03-05 | fix build when no modules selected | Waldemar Brodkorb | |
2016-03-02 | build host u-boot when mkimage is not installed | Waldemar Brodkorb | |
2016-02-29 | add a workaround for ppc64 kernel compile | Waldemar Brodkorb | |
2016-02-27 | add NIOS2 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | add H8300 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-27 | linux: update to latest | Waldemar Brodkorb | |
2016-02-27 | add ARC to newlib supported architectures | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-25 | add newlib aarch64 toolchain support | Waldemar Brodkorb | |
2016-02-25 | add basic newlib toolchain support for moxie | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | Waldemar Brodkorb | |
2016-02-20 | kernel: update to latest | Waldemar Brodkorb | |
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2016-02-19 | remove unused symbol | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-19 | update older 2.6.x and 3.2.x kernels | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar Brodkorb | |
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup. |