OSF1V3.2.mk 418 B

1234567891011121314151617
  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 OSF1 V3.2, classic nspr is the default (and only) implementation
  6. # strategy.
  7. #
  8. # Config stuff for DEC OSF/1 V3.2
  9. #
  10. include $(CORE_DEPTH)/coreconf/OSF1.mk
  11. ifeq ($(OS_RELEASE),V3.2)
  12. OS_CFLAGS += -DOSF1V3
  13. endif