Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Index: configure.ac
  2. ===================================================================
  3. --- configure.ac (revision 6244)
  4. +++ configure.ac (working copy)
  5. @@ -362,15 +362,6 @@
  6.  
  7. dnl
  8.  
  9. -case "$target" in
  10. - *-*-darwin*)
  11. - export LDFLAGS="${LDFLAGS} -Wl,-all_load"
  12. - ;;
  13. - *-*-linux* )
  14. - export LDFLAGS="${LDFLAGS} -Wl,--whole-archive"
  15. - ;;
  16. -esac
  17. -
  18. dnl testing a nifty make feature: silent inclu[]des
  19. AC_SINCLUDE
  20.  
  21. @@ -1017,6 +1008,15 @@
  22. AC_USE_SUBST_UNIVERSAL
  23. AC_AA_REPLACEPATHS
  24.  
  25. +case "$target" in
  26. + *-*-darwin*)
  27. + export LDFLAGS="${LDFLAGS} -Wl,-all_load"
  28. + ;;
  29. + *-*-linux* )
  30. + export LDFLAGS="${LDFLAGS} -Wl,--whole-archive"
  31. + ;;
  32. +esac
  33. +
  34. AC_OUTPUT(src/Makefile
  35. src/first/Makefile
  36. Makefile
Add Comment
Please, Sign In to add comment