11
by Michael Hope
Added GLIBC add-on support |
1 |
= Random notes = |
2 |
As at eglibc_2.12.1-0ubuntu1, a good configure line for eglibc is: |
|
3 |
||
4 |
CC="gcc-4.4 -fno-stack-protector -U_FORTIFY_SOURCE" \ |
|
5 |
CXX="g++-4.4 -fno-stack-protector -U_FORTIFY_SOURCE" \ |
|
6 |
AUTOCONF=false \ |
|
7 |
configure --host=arm-linux-gnueabi --build=arm-linux-gnueabi \ |
|
8 |
--prefix=$HOME/opt --without-cvs \
|
|
14
by Michael Hope
Changed all occurances of cortexcpu to cortex-strings |
9 |
--enable-add-ons=libidn,ports,nptl,cortex-strings \
|
11
by Michael Hope
Added GLIBC add-on support |
10 |
--enable-profile --without-selinux --enable-stackguard-randomization \
|
11 |
--with-cpu=cortex-a8
|
|
12 |
||
13 |