summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:21 +0000
commit7ebfa9347d6be17e140f6510deda0cc5e7d4b3c4 (patch)
tree749f3ac7cecddf539373afbf4f35157ab84ff263 /make/custom/HPUX9-posix.cfg
parentAdded C++ rule. (diff)
downloadrtems-7ebfa9347d6be17e140f6510deda0cc5e7d4b3c4.tar.bz2
Switched to using shared gcc-target-default.cfg.
Diffstat (limited to '')
-rw-r--r--make/custom/HPUX9-posix.cfg10
1 files changed, 4 insertions, 6 deletions
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index d29080c7d6..7adcb73267 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -16,6 +16,10 @@ RTEMS_UNIX_FLAVOR=hpux
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=posix
+# share the posix bsp
+TARGET_ARCH=o-hpux9
+RTEMS_BSP=posix
+
include $(RTEMS_ROOT)/make/custom/default.cfg
# use the macros instead of the inline functions
@@ -23,10 +27,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
INLINE=macros
INLINE_UPCASE=MACRO
-## Target compiler config file, if any
-CC_$(TARGET_ARCH)_DIR=$(CC_$(HOST_ARCH)_DIR)
-CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
-
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG
@@ -46,8 +46,6 @@ HAS_KA9Q=no
# This target does NOT support the POSIX API.
HAS_POSIX_API=no
-HAS_POSIX_API=no
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2