HP-UXB.11.22.mk 501 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. # On HP-UX 10.30 and 11.x, the default implementation strategy is
  6. # pthreads. Classic nspr and pthreads-user are also available.
  7. ifeq ($(OS_RELEASE),B.11.22)
  8. OS_CFLAGS += -DHPUX10
  9. DEFAULT_IMPL_STRATEGY = _PTH
  10. endif
  11. #
  12. # Config stuff for HP-UXB.11.x.
  13. #
  14. include $(CORE_DEPTH)/coreconf/HP-UXB.11.mk