summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
AgeCommit message (Collapse)Author
2015-12-04no BFLT for FR-VWaldemar Brodkorb
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-11-16fix logic, do not allow bflat choice for FDPICWaldemar Brodkorb
2015-11-04xtensa: allow playing with noMMU configurationWaldemar Brodkorb
2015-11-04sh2: fix toolchain building, using bFLTWaldemar Brodkorb
2015-10-30resolve recursive dependenciesWaldemar Brodkorb
2015-10-27add frv arch support (very experimental)Waldemar Brodkorb
2015-10-27bfin: prefer FDPICWaldemar Brodkorb
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT.
2015-10-19use binfmt flat for lm32Waldemar Brodkorb
2015-07-03h8300 only support plain FLATWaldemar Brodkorb
2015-06-10add simulator target for h8/300, reorg no-MMUWaldemar Brodkorb
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol.
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-02-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2014-12-30improve c6x toolchain build supportWaldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar Brodkorb
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.