diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-15 01:35:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-15 01:35:22 +0000 |
commit | 61d1eba920545452b6bc4c6adeec9761a452e889 (patch) | |
tree | 8d1970a461f3d91e5adbe900f52f94b3024cc8f0 /profiles/uclibc | |
parent | newer swig support #64199 (diff) | |
download | historical-61d1eba920545452b6bc4c6adeec9761a452e889.tar.gz historical-61d1eba920545452b6bc4c6adeec9761a452e889.tar.bz2 historical-61d1eba920545452b6bc4c6adeec9761a452e889.zip |
remove variables that dont belong
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 9 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index 687d4f9bcaff..477bf6cc6037 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -39,13 +39,4 @@ ACCEPT_KEYWORDS="arm" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PORTDIR=/usr/portage/ PKGDIR=${PORTDIR}/packages/${CHOST}/ - -# arm little endian (netwinder) -#CFLAGS="-mcpu=strongarm110 -Os -pipe" -#CHOST="armv4l-pc-linux-uclibc" - -# arm big endian (nslu2) -#CFLAGS="-mcpu=armeb -Os -pipe" -#CHOST="armveb-pc-linux-uclibc" diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index e6335ba41303..12fe33b9a027 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -39,5 +39,4 @@ ACCEPT_KEYWORDS="mips" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PORTDIR=/usr/portage/ PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index bf612c2c7560..400d05433de5 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -39,5 +39,4 @@ ACCEPT_KEYWORDS="x86" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PORTDIR=/usr/portage/ PKGDIR=${PORTDIR}/packages/${CHOST}/ |