summaryrefslogtreecommitdiff
path: root/mk/eglibc.mk
Commit message (Collapse)AuthorAge
* Toolchain: Decision is made to not support multilib in EmbtoolkitAbdoulaye Walsimou Gaye2009-09-06
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: arm: Initial work to support multilibAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: check for hard/soft floating point in gcc/eglibc MakefileAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Allow users to checkout svn trunk of eglibcAbdoulaye Walsimou Gaye2009-08-07
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: disable version by default to reduce footprintAbdoulaye Walsimou Gaye2009-08-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: use int feature of kbluid instead of stringAbdoulaye Walsimou Gaye2009-07-29
| | | | | | | eglibc: use int feature of kbluid instead of string for svn revision. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Make use of J env var for parallel buildAbdoulaye Walsimou Gaye2009-07-25
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Use of TARGET_CFLAGS in eglibc buildAbdoulaye Walsimou Gaye2009-07-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: move some configure options in arch MakefileAbdoulaye Walsimou Gaye2009-07-04
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: configure with STRICT_GNU_TARGETAbdoulaye Walsimou Gaye2009-07-02
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: give the ability to patch eglibc-2.9Abdoulaye Walsimou Gaye2009-06-13
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: implement eglibc downloadAbdoulaye Walsimou Gaye2009-06-10
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: fix CFLAGS at configure time and add -pipeAbdoulaye Walsimou Gaye2009-05-24
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: Introduce CFLAGS at configure timeAbdoulaye Walsimou Gaye2009-05-24
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: use GNU_TARGET instead of STRICT_GNU_TARGET at configure timeAbdoulaye Walsimou Gaye2009-05-24
| | | | | | | This patch makes use of GNU_TARGET instead of STRICT_GNU_TARGET at configure time. This fix issues when configuring for MIPS64 with n32, o64 and n64 ABIs. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: configure for 2.6 linux kernel onlyAbdoulaye Walsimou Gaye2009-05-24
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: make use of EGLIBC_OPTIONS before configuringAbdoulaye Walsimou Gaye2009-05-23
| | | | | | | This patch makes use of EGLIBC_OPTIONS before configuring. This render EGLIBC really configureable at build time. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC: make use of TARGETCC_CACHED, TARGETCXX_CACHED, TARGETAR ↵Abdoulaye Walsimou Gaye2009-05-19
| | | | | | | | | | and TARGETRANLIB This patch makes use of TARGETCC_CACHED and TARGETCXX_CACHED in order to cache EGLIBC build. It also let EGLIBC to use TARGETAR and TARGETRANLIB defined in commit b61e6b5f3be40b54e64f85d0f0d9670849d6fee1 Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Correctly set EGLIBC_FLOAT_TYPEAbdoulaye Walsimou Gaye2009-05-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Make GCC and EGLIBC to use HOSTCC_CACHED HOSTCXX_CACHEDAbdoulaye Walsimou Gaye2009-05-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Remove --disable-nls as note documented by eglibc configureAbdoulaye Walsimou Gaye2009-05-17
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Use STRICT_GNU-TARGET on all toolchain componentsAbdoulaye Walsimou Gaye2009-05-17
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: EGLIBC install (last stage)Abdoulaye Walsimou Gaye2009-05-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Introduction of eglibc headers install and gcc second stage build ↵Abdoulaye Walsimou Gaye2009-05-16
| | | | | | and install Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Add eglibc build fileAbdoulaye Walsimou Gaye2009-05-15
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>