summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/bootstrap/glibc')
-rw-r--r--profiles/bootstrap/glibc/make.defaults4
-rw-r--r--profiles/bootstrap/glibc/make.defaults.in4
-rw-r--r--profiles/bootstrap/glibc/parent1
-rw-r--r--profiles/bootstrap/glibc/profile.bashrc9
4 files changed, 0 insertions, 18 deletions
diff --git a/profiles/bootstrap/glibc/make.defaults b/profiles/bootstrap/glibc/make.defaults
deleted file mode 100644
index 6d9b6b7..0000000
--- a/profiles/bootstrap/glibc/make.defaults
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set correct PYTHONPATH for Portage, since our Python lives in
-# $EPREFIX/tmp, bug #407573
-
-PYTHONPATH=/opt/gentoo/usr/lib/portage/pym
diff --git a/profiles/bootstrap/glibc/make.defaults.in b/profiles/bootstrap/glibc/make.defaults.in
deleted file mode 100644
index 4ee3272..0000000
--- a/profiles/bootstrap/glibc/make.defaults.in
+++ /dev/null
@@ -1,4 +0,0 @@
-# Set correct PYTHONPATH for Portage, since our Python lives in
-# $EPREFIX/tmp, bug #407573
-
-PYTHONPATH=@GENTOO_PORTAGE_EPREFIX@/usr/lib/portage/pym
diff --git a/profiles/bootstrap/glibc/parent b/profiles/bootstrap/glibc/parent
deleted file mode 100644
index f3229c5..0000000
--- a/profiles/bootstrap/glibc/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/bootstrap/glibc/profile.bashrc b/profiles/bootstrap/glibc/profile.bashrc
deleted file mode 100644
index 37d3907..0000000
--- a/profiles/bootstrap/glibc/profile.bashrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Hack for bash because curses is not always available (linux).
-[[ ${PN} == "bash" ]] && EXTRA_ECONF="--without-curses"
-
-if [[ ${PN} == gcc ]]; then
- CPPFLAGS="-I\"${EPREFIX}\"/usr/include"
- local dlprefix=$(realpath ${EPREFIX}/lib/$(gcc -print-multi-os-directory))
- local libprefix=$(realpath ${EPREFIX}/usr/lib/$(gcc -print-multi-os-directory))
- LDFLAGS="-L\"${libprefix}\" -Wl,--dynamic-linker=\"$(echo ${dlprefix}/ld-linux*.so.*)\""
-fi