X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/config/mh-hpux-acc diff --git a/icuSources/config/mh-hpux-acc b/icuSources/config/mh-hpux-acc index ab935965..35db53d4 100644 --- a/icuSources/config/mh-hpux-acc +++ b/icuSources/config/mh-hpux-acc @@ -1,6 +1,6 @@ ## -*-makefile-*- ## HP/UX-specific setup using aCC -## Copyright (c) 1999-2010, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -69,9 +69,9 @@ LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) ## HPUX PA-risc does not recognize -Bprotected_def aC++ option. ## Use linker option -Wl,-B,symbolic instead. ifeq ($(shell uname -m),ia64) - LD_SOOPTIONS= -Bprotected_def +LD_SOOPTIONS= -Bprotected_def else - LD_SOOPTIONS= -Wl,-B,symbolic +LD_SOOPTIONS= -Wl,-B,symbolic endif ## Commands to make a shared library