diff --git a/configure/os/CONFIG.Common.hpux-parisc-gnu b/configure/os/CONFIG.Common.hpux-parisc-gnu new file mode 100644 index 000000000..c8154902c --- /dev/null +++ b/configure/os/CONFIG.Common.hpux-parisc-gnu @@ -0,0 +1,12 @@ +# CONFIG.Common.hpux-parisc-gnu +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for hpux-parisc gnu compiler target archs +# Sites may override these definitions in CONFIG_SITE.Common.hpux-parisc-gnu +#------------------------------------------------------- + +# Include definitions common to all hpux-parisc target archs +include $(CONFIG)/os/CONFIG.Common.hpux-parisc + diff --git a/configure/os/CONFIG.hpux-parisc-gnu.Common b/configure/os/CONFIG.hpux-parisc-gnu.Common new file mode 100644 index 000000000..31ddb4942 --- /dev/null +++ b/configure/os/CONFIG.hpux-parisc-gnu.Common @@ -0,0 +1,12 @@ +# CONFIG.hpux-parisc-gnu.Common +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for hpux-parisc gnu compiler host builds +# Sites may override these definitions in CONFIG_SITE.hpux-parisc-gnu.Common +#------------------------------------------------------- + +#Include definitions common to hpux-parisc hosts +include $(CONFIG)/os/CONFIG.hpux-parisc.Common + diff --git a/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu b/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu new file mode 100644 index 000000000..403301b88 --- /dev/null +++ b/configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu @@ -0,0 +1,20 @@ +# CONFIG.hpux-parisc-gnu.hpux-parisc-gnu +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for hpux-parisc gnu compiler host - hpux-parisc gnu compiler target builds +# Sites may override these definitions in CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu +#------------------------------------------------------- + +# Include common gnu compiler definitions +include $(CONFIG)/CONFIG.gnuCommon + +GNU_DIR = /opt/gnu + +CC = $(GNU_BIN)/gcc +CCC = $(GNU_BIN)/g++ +AR = ar -rc +RANLIB= +LD = ld -r + diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index f5ee13a05..0922139d3 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -16,4 +16,3 @@ # Alternatively the full pathname can be added to /etc/ld.so.conf # and ldconfig run to inform the system of the shared libraries. SHARED_LIBRARIES=YES - diff --git a/configure/os/CONFIG_SITE.linux-x86.linux-x86 b/configure/os/CONFIG_SITE.linux-x86.linux-x86 new file mode 100644 index 000000000..40133967f --- /dev/null +++ b/configure/os/CONFIG_SITE.linux-x86.linux-x86 @@ -0,0 +1 @@ +GNU_DIR=/opt/gcc-3.2