darwin64.h 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. /* Target definitions for PowerPC running Darwin (Mac OS X).
  2. Copyright (C) 2006-2015 Free Software Foundation, Inc.
  3. Contributed by Apple Computer Inc.
  4. This file is part of GCC.
  5. GCC is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published
  7. by the Free Software Foundation; either version 3, or (at your
  8. option) any later version.
  9. GCC is distributed in the hope that it will be useful, but WITHOUT
  10. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  12. License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GCC; see the file COPYING3. If not see
  15. <http://www.gnu.org/licenses/>. */
  16. #undef TARGET_DEFAULT
  17. #define TARGET_DEFAULT (MASK_POWERPC64 | MASK_64BIT \
  18. | MASK_MULTIPLE | MASK_PPC_GFXOPT)
  19. #undef DARWIN_ARCH_SPEC
  20. #define DARWIN_ARCH_SPEC "%{m32:ppc;:ppc64}"
  21. #undef DARWIN_SUBARCH_SPEC
  22. #define DARWIN_SUBARCH_SPEC DARWIN_ARCH_SPEC
  23. #undef DARWIN_CRT2_SPEC
  24. #define DARWIN_CRT2_SPEC ""