+= HPUX using gnu compiler

This commit is contained in:
Ralph Lange
2002-11-04 12:50:01 +00:00
parent 08ba669094
commit 5aba97c580
5 changed files with 45 additions and 1 deletions

View 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

View 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

View 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

View File

@@ -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

View File

@@ -0,0 +1 @@
GNU_DIR=/opt/gcc-3.2