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
Alejandro Mery
f7db6862c9
musl: fix gzip support
11 years ago
Alejandro Mery
f664d5b9b9
gcc: introduce GNU99 flag to hardcode -std=gnu99
11 years ago
Alejandro Mery
bf8254ca13
musl: fix lzo and lzop support
11 years ago
Christian Wiese
6d3277af11
linux-src: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
4e7602698e
linux-header: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
38aeb2696f
linux: Updated (3.10.11 -> 3.10.12)
11 years ago
Christian Wiese
f4304f043c
libcap: improved to check if we can build the pam module
11 years ago
Christian Wiese
0b9084190a
cracklib: marked as cross-compiling on request
11 years ago
Christian Wiese
62bee27e6a
libcap: fix linking of shared objects
11 years ago
Christian Wiese
af5bc38a22
libcap: add patch with upstream fixes
...
https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/
11 years ago
Christian Wiese
2a54aac544
cracklib: changed build priority (178.600 -> 120.000)
...
This is needed because we changed the build priority of pam, and to be able
to build the pam cracklib module we need to build cracklib before.
11 years ago
Christian Wiese
b6efca2761
pam: changed build priority (178.700 -> 120.050) to be build before libcap
...
libcap is shipping with an pam module which has the purpose to enforce
inheritable capability sets for a specified user, but obviously we need
to build pam before we can compile this module.
11 years ago
Christian Wiese
942b0c00f9
libcap: Updated (2.21 -> 2.22)
...
I needed to change the download location, as the original one is not
available anymore since the kernel.org breakage.
11 years ago
Christian Wiese
963d4848eb
libcap: fix to not install capfaq outside of the sandbox when cross-compiling
11 years ago
Christian Wiese
81952da418
libcap: marked to cross-compile on request
11 years ago
Christian Wiese
b058038a49
pam: add patch to include <paths.h>
...
needed to get _PATH_LASTLOG defined
11 years ago
Christian Wiese
5a93004b90
linux-src: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
6fd4382f6e
linux-header: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
b0f885f7b6
linux: Updated (3.10.10 -> 3.10.11)
11 years ago
Christian Wiese
ccef40057f
musl: improve ldd symlink creation to use $slibdir instead hardcoding /lib
11 years ago
Christian Wiese
6242bbbaa9
musl: changed to set libdir=$slibdir if $auto_prefix=1
11 years ago
Christian Wiese
d9a2902aa6
musl: improved to create a symlink from ld-musl-$musl_arch.so to ldd
...
if the dynlinker was started as "ldd" it will print DSO information
11 years ago
Christian Wiese
42d9bac687
tzdata: changed to explicitely inject -std=gnu99 through CFLAGS
...
Some code seems to depend on gnu extensions in the libc which get found
magically when building a glibc based system.
11 years ago
Christian Wiese
b8d6795a97
attr: add patch solving portability issues when using a libc which is not providing cdefs.h
...
This is the case for musl libc
11 years ago
Christian Wiese
ec45a8b290
attr: renamed attr-add-destdir.patch -> 0001-add-destdir.patch
11 years ago
Christian Wiese
168bfbef79
musl: improved parse-config-9 to inject common config cache variables
11 years ago
Christian Wiese
9987ba9c4b
linux-header: Updated (3.10.9 -> 3.10.10)
11 years ago
Christian Wiese
287e1b9720
linux-src: Updated (3.10.9 -> 3.10.10)
11 years ago