You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
708 B

  1. From 54fd7face86f3d5287bc8d0f2633bd13c66498cf Mon Sep 17 00:00:00 2001
  2. From: Vitaly Lavrov <vel21ripn@gmail.com>
  3. Date: Sun, 30 Sep 2018 22:49:18 +0300
  4. Subject: [PATCH 5/9] Do not use the available clang as the default compiler.
  5. Use the CC environment variable when running autogen.sh and configure.
  6. ---
  7. configure.seed | 6 ------
  8. 1 file changed, 6 deletions(-)
  9. diff --git a/configure.seed b/configure.seed
  10. index 8f8817f..b150fdb 100644
  11. --- a/configure.seed
  12. +++ b/configure.seed
  13. @@ -51,12 +51,6 @@ if test $SHORT_MACHINE = "arm"; then
  14. else
  15. AC_CHECK_LIB([numa], [numa_available], [LIBNUMA="-lnuma"])
  16. fi
  17. -
  18. -if test -z `which clang`; then
  19. -CC=gcc
  20. -else
  21. -CC=clang
  22. -fi
  23. HS_LIB=
  24. HS_INC=
  25. --
  26. 2.19.1