summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-05 08:39:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 11:34:00 +0200
commit588831387dd006a3a327eec2832581321b905ca5 (patch)
tree912f29e7eb27b7777a5b959261191f986efd4d59 /rules
parentbc9fa1a546faec87986c1db881b20f8afce25690 (diff)
downloadOSELAS.Toolchain-588831387dd006a3a327eec2832581321b905ca5.tar.gz
OSELAS.Toolchain-588831387dd006a3a327eec2832581321b905ca5.tar.xz
libc: make libc* virtual packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libc-first.make16
-rw-r--r--rules/libc-headers.make16
-rw-r--r--rules/libc-second.make14
-rw-r--r--rules/libc.in3
4 files changed, 3 insertions, 46 deletions
diff --git a/rules/libc-first.make b/rules/libc-first.make
deleted file mode 100644
index 5527dbb..0000000
--- a/rules/libc-first.make
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@ppengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LIBC_FIRST) += libc-first
-
-LIBC_FIRST_LICENSE := ignore
-
-# vim: syntax=make
diff --git a/rules/libc-headers.make b/rules/libc-headers.make
deleted file mode 100644
index 7711118..0000000
--- a/rules/libc-headers.make
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LIBC_HEADERS) += libc_headers
-
-LIBC_HEADERS_LICENSE := ignore
-
-# vim: syntax=make
diff --git a/rules/libc-second.make b/rules/libc-second.make
deleted file mode 100644
index b255fb3..0000000
--- a/rules/libc-second.make
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@ppengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_LIBC) += libc
-
-# vim: syntax=make
diff --git a/rules/libc.in b/rules/libc.in
index 10c1259..1cd1a84 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -1,10 +1,12 @@
config LIBC_HEADERS
bool
+ select VIRTUAL
select GLIBC_HEADERS if LIBC_GLIBC
select UCLIBC_HEADERS if LIBC_UCLIBC
config LIBC_FIRST
bool
+ select VIRTUAL
select CROSS_GCC_FIRST
select GLIBC_FIRST if LIBC_GLIBC
@@ -15,6 +17,7 @@ config LIBC_FIRST
config LIBC
bool
default y
+ select VIRTUAL
select CROSS_GCC
select GLIBC if LIBC_GLIBC