IRIX6.mk 392 B

123456789101112131415161718
  1. #
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. include $(CORE_DEPTH)/coreconf/IRIX.mk
  6. ifndef NS_USE_GCC
  7. ifneq ($(USE_N32),1)
  8. OS_CFLAGS += -32
  9. endif
  10. ODD_CFLAGS += -multigot
  11. endif
  12. ifeq ($(USE_PTHREADS),1)
  13. OS_LIBS += -lpthread
  14. endif