Makefile.inc 958 B

1234567891011121314151617181920212223242526272829303132
  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.16
  5. PKG_RELEASE:= 1
  6. PKG_MD5SUM:= 97b0956c312e747dcead4c9459ac2aa5
  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. --with-__thread \
  15. --with-tls \
  16. --enable-add-ons \
  17. $(NLS)
  18. EGLIBC_ENV:= PATH='${TARGET_PATH}' \
  19. BUILD_CC=${CC_FOR_BUILD} \
  20. GCC_HONOUR_COPTS=s \
  21. CFLAGS="$(TARGET_CFLAGS)" \
  22. CC=${REAL_GNU_TARGET_NAME}-gcc \
  23. CXX=${REAL_GNU_TARGET_NAME}-g++ \
  24. AR=${REAL_GNU_TARGET_NAME}-ar \
  25. RANLIB=${REAL_GNU_TARGET_NAME}-ranlib \
  26. libc_cv_cc_with_libunwind=no \
  27. libc_cv_forced_unwind=yes \
  28. libc_cv_c_cleanup=yes \
  29. libc_cv_gnu99_inline=yes \
  30. libc_cv_initfini_array=yes \
  31. libc_cv_slibdir="/lib"