summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/FreeBSD-posix.cfg3
-rw-r--r--make/custom/HPUX9-posix.cfg3
-rw-r--r--make/custom/Linux-posix.cfg3
-rw-r--r--make/custom/Solaris-posix.cfg4
4 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index 76af11b358..99225f0d9a 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -10,10 +10,7 @@ RTEMS_UNIX_FLAVOR=freebsd
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=posix
-
-# share the posix bsp
TARGET_ARCH=o-freebsd2
-RTEMS_BSP=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index 333c238701..31f1f8e180 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -15,10 +15,7 @@ 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
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
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index 370e7c3e73..0120081bb7 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -11,10 +11,6 @@ RTEMS_UNIX_FLAVOR=solaris
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=posix
-RTEMS_BSP=posix
-
-# share the posix bsp
-RTEMS_BSP=solaris2
TARGET_ARCH=o-solaris2
include $(RTEMS_ROOT)/make/custom/default.cfg