diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 87cf32f8f..46cc02178 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -28,7 +28,7 @@ CONFORM_CFLAGS_STRICT = -Xc -v CONFORM_CFLAGS_TRAD = -Xs PROF_CFLAGS_YES = PROF_CFLAGS_NO = -CODE_CFLAGS = -KPIC $(PROF_CFLAGS_$(PROFILE)) +CODE_CFLAGS = -KPIC $(PROF_CFLAGS_$(PROFILE)) WARN_CFLAGS_YES = WARN_CFLAGS_NO = -w OPT_CFLAGS_YES = -xO4 @@ -37,7 +37,7 @@ OPT_CFLAGS_NO = -g # Configure OS vendor C++ compiler CONFORM_CXXFLAGS_NORMAL = CONFORM_CXXFLAGS_STRICT = -PROF_CXXFLAGS_YES = +p +PROF_CXXFLAGS_YES = -p PROF_CXXFLAGS_NO = CODE_CXXFLAGS = -KPIC $(PROF_CXXFLAGS_$(PROFILE)) WARN_CXXFLAGS_YES = +w diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index 5d34e2a50..b5055e0f1 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -38,7 +38,7 @@ OPT_CFLAGS_NO = -g # Configure OS vendor C++ compiler CONFORM_CXXFLAGS_NORMAL = CONFORM_CXXFLAGS_STRICT = -PROF_CXXFLAGS_YES = +p +PROF_CXXFLAGS_YES = -p PROF_CXXFLAGS_NO = CODE_CXXFLAGS = -KPIC $(PROF_CXXFLAGS_$(PROFILE)) WARN_CXXFLAGS_YES = +w