+= HPUX using gnu compiler
This commit is contained in:
12
configure/os/CONFIG.Common.hpux-parisc-gnu
Normal file
12
configure/os/CONFIG.Common.hpux-parisc-gnu
Normal file
@@ -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
|
||||
|
||||
12
configure/os/CONFIG.hpux-parisc-gnu.Common
Normal file
12
configure/os/CONFIG.hpux-parisc-gnu.Common
Normal file
@@ -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
|
||||
|
||||
20
configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu
Normal file
20
configure/os/CONFIG.hpux-parisc-gnu.hpux-parisc-gnu
Normal file
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
1
configure/os/CONFIG_SITE.linux-x86.linux-x86
Normal file
1
configure/os/CONFIG_SITE.linux-x86.linux-x86
Normal file
@@ -0,0 +1 @@
|
||||
GNU_DIR=/opt/gcc-3.2
|
||||
Reference in New Issue
Block a user