Makefile.inc 990 B

123456789101112131415161718192021222324252627282930313233
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= eglibc
  4. PKG_VERSION:= 2.18
  5. PKG_RELEASE:= 1
  6. PKG_MD5SUM:= 2e4aad1b953daa997debe48fe10862cc
  7. PKG_SITES:= http://openadk.org/distfiles/
  8. EGLIBC_CONFOPTS:= --build=$(GNU_HOST_NAME) \
  9. --without-cvs \
  10. --disable-profile \
  11. --disable-debug \
  12. --enable-kernel=2.6.0 \
  13. --without-gd \
  14. --disable-nscd \
  15. --with-__thread \
  16. --with-tls \
  17. --enable-add-ons \
  18. --disable-nls
  19. EGLIBC_ENV:= PATH='${TARGET_PATH}' \
  20. BUILD_CC=${CC_FOR_BUILD} \
  21. GCC_HONOUR_COPTS=s \
  22. CFLAGS="$(TARGET_CFLAGS_LIBC)" \
  23. CC=${REAL_GNU_TARGET_NAME}-gcc \
  24. CXX=${REAL_GNU_TARGET_NAME}-g++ \
  25. AR=${REAL_GNU_TARGET_NAME}-ar \
  26. RANLIB=${REAL_GNU_TARGET_NAME}-ranlib \
  27. libc_cv_cc_with_libunwind=no \
  28. libc_cv_forced_unwind=yes \
  29. libc_cv_c_cleanup=yes \
  30. libc_cv_gnu99_inline=yes \
  31. libc_cv_initfini_array=yes \
  32. libc_cv_slibdir="/lib"