summaryrefslogtreecommitdiffstats
path: root/make/custom/Linux-posix.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 13:53:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 13:53:16 +0000
commit09213ec317685fa3e6f956a3ddc68f425d2fe1eb (patch)
treebc140b43dda368fa49535ce6c43cf0b45a8b8013 /make/custom/Linux-posix.cfg
parentRegenerated after fixing a typo. (diff)
downloadrtems-09213ec317685fa3e6f956a3ddc68f425d2fe1eb.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
As mentioned in other mails before, there is are minor inconsistencies in the posix custom/*cfg files. Linux-posix.cfg sets RTEMS_BSP=posix FreeBSD-posix.cfg sets RTEMS_BSP=posix Solaris-posix.cfg first sets RTEMS_BSP=posix, later it sets RTEMS_BSP=solaris2 1. Setting RTEMS_BSP=posix is redunant to settings in default.cfg 2. The solaris variant of setting RTEMS_BSP is merely non-functional. The patch attached to this mail should clean up this issue. The patch was tested by building the posix bsp under i686-pc-linux-glibc1/glibc2 and Solaris2.6 (I did not run any rtems program, however) The HPUX9 and FreeBSD configuration files were adapted in analogy to the solaris and linux configurations.
Diffstat (limited to '')
-rw-r--r--make/custom/Linux-posix.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index fc4a33efea..fcd9c9be5b 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -11,10 +11,7 @@ RTEMS_UNIX_FLAVOR=linux
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=posix
-
-# share the posix bsp
TARGET_ARCH=o-linux1
-RTEMS_BSP=posix
include $(RTEMS_ROOT)/make/custom/default.cfg