100-darwin_arch_auto.patch 409 B

12345678910111213141516171819
  1. --- a/Makefile.rules
  2. +++ b/Makefile.rules
  3. @@ -618,16 +618,6 @@ ifdef UNIVERSAL
  4. # Building universal cannot compute dependencies automatically.
  5. DISABLE_AUTO_DEPENDENCIES=1
  6. -else
  7. - ifeq ($(TARGET_OS),Darwin)
  8. - ifeq ($(ARCH),x86_64)
  9. - TargetCommonOpts = -m64
  10. - else
  11. - ifeq ($(ARCH),x86)
  12. - TargetCommonOpts = -m32
  13. - endif
  14. - endif
  15. - endif
  16. endif
  17. ifeq ($(HOST_OS),SunOS)