Christian Wiese
cbe8eb5f36
htop: fixed to disable unicode support if NLS is disabled
...
Note:
If NLS is disabled for the target our ncurses package is not building the
widec variant which is needed for unicode support.
11 years ago
Christian Wiese
7590212e9f
htop: Updated (0.8.3 -> 1.0.2)
11 years ago
Christian Wiese
763a0f601a
linux: changed to enable support for scripts starting with #! by default
...
Note:
This option was introduced in 3.10 and is quite important for initramfs init
scripts to work, thus enabling it by default is a good thing to do!
http://cateee.net/lkddb/web-lkddb/BINFMT_SCRIPT.html
Thanks Turl for pointing testing and pointing me to that option!
11 years ago
Christian Wiese
e174acbde5
linux-src: Updated (3.10.24 -> 3.10.25)
11 years ago
Christian Wiese
c5b028cecb
linux-header: Updated (3.10.24 -> 3.10.25)
11 years ago
Christian Wiese
dce49c4f00
linux: Updated (3.10.24 -> 3.10.25)
11 years ago
Christian Wiese
1f94617a8d
musl/mdadm: fixed compiling adding a bunch of patches
11 years ago
Christian Wiese
1b5dc9a1ad
musl/lvm2: fixed compiling
11 years ago
Christian Wiese
ec405d1972
musl/e2fsprogs: fixed unknown type name __uint64_t
11 years ago
Christian Wiese
e76ac830ef
musl/lvm2: improved parse-config-9 to fix autoconf/config.sub
11 years ago
Christian Wiese
7025ac480b
musl: fixed ulogd by renaming package ulogd2 -> ulogd so tweaks apply again
11 years ago
Christian Wiese
3876468b27
linux-src: Updated (3.10.21 -> 3.10.24)
11 years ago
Christian Wiese
ce0727e5f6
linux-header: Updated (3.10.21 -> 3.10.24)
11 years ago
Christian Wiese
88fd0bf42d
linux: Updated (3.10.21 -> 3.10.24)
11 years ago
Christian Wiese
b7e01d3787
acl: changed to also use no prefix for executables
11 years ago
Christian Wiese
8427ac2334
attr: changed to also use no prefix for executables
11 years ago
Christian Wiese
1111212731
linux: Updated (3.10.20 -> 3.10.21)
11 years ago
Christian Wiese
ebb9e60394
linux-src: Updated (3.10.20 -> 3.10.21)
11 years ago
Christian Wiese
8d126b8fa5
linux-header: Updated (3.10.20 -> 3.10.21)
11 years ago
Alejandro Mery
a467986410
linux-rt: Updated (3.0.39-rt59 -> 3.10.20-rt17)
11 years ago
Alejandro Mery
8adf06d773
linux-header: Updated (3.10.15 -> 3.10.20)
11 years ago
Alejandro Mery
9b201b8912
linux-src: Updated (3.10.15 -> 3.10.20)
11 years ago
Alejandro Mery
0054ca5ccf
linux: Updated (3.10.15 -> 3.10.20)
11 years ago
Alejandro Mery
18ce13a80f
gcc: fix build for non-arm and remove bashism
11 years ago
Christian Wiese
15137bfc25
linux-src: Updated (3.10.14 -> 3.10.15)
11 years ago
Christian Wiese
10eb3b7bf8
linux-header: Updated (3.10.14 -> 3.10.15)
11 years ago
Christian Wiese
8562b44ae4
linux: Updated (3.10.14 -> 3.10.15)
11 years ago
Christian Wiese
6c8b007253
linux-src: Updated (3.10.13 -> 3.10.14)
11 years ago
Christian Wiese
b8970312e8
linux-header: Updated (3.10.13 -> 3.10.14)
11 years ago
Christian Wiese
e435fb95c5
linux: Updated (3.10.13 -> 3.10.14)
11 years ago
Christian Wiese
9acde421ae
gcc: changed arm config to use -mtune when cpu specific optimisation is requested
11 years ago
Christian Wiese
192824177f
linux-header: Updated (3.10.12 -> 3.10.13)
11 years ago
Christian Wiese
38dedb2fc4
linux-src: Updated (3.10.12 -> 3.10.13)
11 years ago
Christian Wiese
884d97b8e9
linux: Updated (3.10.12 -> 3.10.13)
11 years ago
Christian Wiese
95c949a012
musl: fixed parse-config-fixarch to properly fix arch_target in the case it doesn't end with "gnu"
11 years ago
Christian Wiese
e89ae661d7
uclibc: fixed to also enable ARCH_WANTS_{BIG,LITTLE}_ENDIAN config symbols to properly use the choosen endianess on architectures which supports both flavours
11 years ago
Christian Wiese
8d89363727
uclibc: fixed parse-config-fixarch to properly fix arch_target in the case it doesn't end with "gnu"
11 years ago
Christian Wiese
d49ee986a6
gcc: changed to define $gcc_ver being a comparable version number
11 years ago
Christian Wiese
e47da4bd56
gcc: added parse-config-fixarch to properly extend arch_target depending on the arm abi and float abi
11 years ago
Christian Wiese
aeaf008773
gcc: improved options.arm.in to inject the newly introduced generic tuning options
11 years ago
Christian Wiese
1318f24fd0
gcc: improved to inject --with-float depending on -mfloat-abi
11 years ago
Christian Wiese
bd6948f0c8
gcc: improved to also inject --with-fpu depending on -mfpu
11 years ago
Christian Wiese
c930cf403f
gcc: improved to also inject --with-abi depending on -mabi
11 years ago
Christian Wiese
2302b0704c
gcc: remove alpha architecture support
...
This architecture is not maintained in OpenSDE and has itself no real
relevance anymore.
11 years ago
Christian Wiese
0a5c93fc29
ncurses: Updated (5.9-20130518 -> 5.9-20130921)
11 years ago
Christian Wiese
2f2b4c2a94
musl: Updated (0.9.13 -> 0.9.14)
11 years ago
Christian Wiese
565afac1e3
busybox: change build priority (102.001 -> 107.000)
...
It doesn't make much sense to build busybox before building the compiler
when cross-compiling.
11 years ago
Christian Wiese
74680bff9e
uclibc: fixed to enable __progname support if GCC stack-smashing protection is enabled
11 years ago
Christian Wiese
d738fcc5dd
gcc: fixed parse-config to only inject -fstack-protector if we have a proper compiler supporting it
...
Note:
At stage 0 (toolchain) we are building a static gcc with explicitely disabled
stack-smashing protection.
11 years ago
Christian Wiese
88ca4ab627
file: Updated (5.11 -> 5.14)
11 years ago