Difference between revisions of "Bering-uClibc 5.1.x - Changelog"
From bering-uClibc
m (→Changes between 5.0.x and 5.1-alpha1) |
m (→Changes between 5.0.x and 5.1-alpha1) |
||
Line 15: | Line 15: | ||
: updated gcc in toolchain to 4.8.2 | : updated gcc in toolchain to 4.8.2 | ||
: updated binutils in toolchain to 2.24 | : updated binutils in toolchain to 2.24 | ||
+ | : build packages with CFLAG -Os as default | ||
; kernel : updated to new longterm version 3.10 (currently 3.10.25) | ; kernel : updated to new longterm version 3.10 (currently 3.10.25) | ||
; busybox : build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms | ; busybox : build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms | ||
Line 22: | Line 23: | ||
; dibbler : updated to upstream version 0.8.4 | ; dibbler : updated to upstream version 0.8.4 | ||
; kerberos : updated to upstream version 1.10.7 | ; kerberos : updated to upstream version 1.10.7 | ||
− | : build with | + | : build with CFLAG set to -O2 |
; accel-ppp : updated to latest trunk | ; accel-ppp : updated to latest trunk | ||
Revision as of 18:27, 25 January 2014
Changelog | ||
---|---|---|
Bering-uClibc 5.x - Overview |
Changes between 5.0.x and 5.1-alpha1
(unreleased)
- general
- build uClibc with nftw interface enabled
- updated gcc in toolchain to 4.8.2
- updated binutils in toolchain to 2.24
- build packages with CFLAG -Os as default
- kernel
- updated to new longterm version 3.10 (currently 3.10.25)
- busybox
- build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms
- etc
- add profile-nano and profile-vi with "Editor" set to nano/vi
- change sysctl.conf to reboot on kernel panic and to store coredumps in /tmp
- oprofile
- updated to upstream version 0.9.9
- dibbler
- updated to upstream version 0.8.4
- kerberos
- updated to upstream version 1.10.7
- build with CFLAG set to -O2
- accel-ppp
- updated to latest trunk
Up |