[Fedora-directory-commits] setuputil nsconfig.mk,1.9,1.10

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Mar 24 02:50:51 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/setuputil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10253

Modified Files:
	nsconfig.mk 
Log Message:
Don't set "-AA" for HP-UX PA_RISC



Index: nsconfig.mk
===================================================================
RCS file: /cvs/dirsec/setuputil/nsconfig.mk,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nsconfig.mk	23 Mar 2006 20:45:31 -0000	1.9
+++ nsconfig.mk	24 Mar 2006 02:50:43 -0000	1.10
@@ -220,14 +220,16 @@
 ifdef MODERNHP
 CC=cc -Ae +ESlit
 CXX=aCC
-ARCH_CFLAGS=-AA # the default on ipf, but also use it elsewhere
+# ARCH_CFLAGS=-AA # if set on PA_RISC, build fails by <iostream> not found
 ifeq ($(NSOS_RELEASE), B.11.23)
+  ARCH_CFLAGS=-AA # the default on ipf, but also use it elsewhere
   ifeq ($(USE_64), 1)
     BIT_SWITCH=+DD64
   else
     BIT_SWITCH=+DD32
   endif
 else # 11.11 or earlier
+  ARCH_CFLAGS=
   ifeq ($(USE_64), 1)
     BIT_SWITCH=+DA2.0W +DS2.0
   else




More information about the Fedora-directory-commits mailing list