~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to NOTES

  • Committer: Dr. David Alan Gilbert
  • Date: 2011-09-15 14:14:12 UTC
  • Revision ID: david.gilbert@linaro.org-20110915141412-t3icwo8hrgo0rysq
Remove strcmp from src and build (keep tests and reference for now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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 \
 
9
            --enable-add-ons=libidn,ports,nptl,cortex-strings \
 
10
            --enable-profile --without-selinux --enable-stackguard-randomization \
 
11
            --with-cpu=cortex-a8
 
12
 
2
13
As at 2011-09-15, the routines are:
3
14
 * From Linaro:
4
15
  * memchr