This commit was manufactured by cvs2svn to create branch 'B3.14'.
This commit is contained in:
25
configure/os/CONFIG.Common.aix-ppc
Normal file
25
configure/os/CONFIG.Common.aix-ppc
Normal file
@@ -0,0 +1,25 @@
|
||||
# CONFIG.Common.aix-ppc
|
||||
#
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for aix-ppc target builds
|
||||
# Sites may override these definitions in CONFIG_SITE.Common.aix-ppc
|
||||
#-------------------------------------------------------
|
||||
|
||||
# Include definitions common to all Unix targets
|
||||
include $(CONFIG)/os/CONFIG.Common.UnixCommon
|
||||
|
||||
#
|
||||
# Set OS-specific information
|
||||
#
|
||||
OS_CLASS = AIX
|
||||
ARCH_CLASS = ppc
|
||||
|
||||
CODE_CPPFLAGS = -D_REENTRANT
|
||||
|
||||
POSIX_CPPFLAGS_YES = -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500 -D_ALL_SOURCE
|
||||
POSIX_CPPFLAGS_NO =
|
||||
POSIX_LDLIBS_YES = -lpthread
|
||||
|
||||
#SHARED_LIBRARIES=NO
|
||||
|
||||
11
configure/os/CONFIG.Common.aix-ppc-gnu
Normal file
11
configure/os/CONFIG.Common.aix-ppc-gnu
Normal file
@@ -0,0 +1,11 @@
|
||||
# CONFIG.Common.aix-ppc-gnu
|
||||
#
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for aix-ppc target builds
|
||||
# Sites may override these definitions in CONFIG_SITE.Common.aix-ppc
|
||||
#-------------------------------------------------------
|
||||
|
||||
# Include definitions common to all aix-ppc target archs
|
||||
include $(CONFIG)/os/CONFIG.Common.aix-ppc
|
||||
|
||||
12
configure/os/CONFIG.aix-ppc-gnu.Common
Normal file
12
configure/os/CONFIG.aix-ppc-gnu.Common
Normal file
@@ -0,0 +1,12 @@
|
||||
# CONFIG.aix-ppc-gnu.Common
|
||||
#
|
||||
# $Id$
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for aix-ppc gnu compiler host builds
|
||||
# Sites may override these definitions in CONFIG_SITE.aix-ppc-gnu.Common
|
||||
#-------------------------------------------------------
|
||||
|
||||
#Include definitions common to aix-ppc hosts
|
||||
include $(CONFIG)/os/CONFIG.aix-ppc.Common
|
||||
|
||||
10
configure/os/CONFIG.aix-ppc.Common
Normal file
10
configure/os/CONFIG.aix-ppc.Common
Normal file
@@ -0,0 +1,10 @@
|
||||
# CONFIG.aix-ppc.Common
|
||||
#
|
||||
# This file is maintained by the build community.
|
||||
#
|
||||
# Definitions for aix-ppc host builds
|
||||
# Sites may override these definitions in CONFIG_SITE.aix-ppc.Common
|
||||
#-------------------------------------------------------
|
||||
|
||||
#Include definitions common to unix hosts
|
||||
include $(CONFIG)/os/CONFIG.UnixCommon.Common
|
||||
Reference in New Issue
Block a user