diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-26 16:43:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-26 16:43:59 +0000 |
commit | c85b1b5693482c0415c59f3df8e59c32c21f71b9 (patch) | |
tree | 886077142a85066835253faf6fa3c1f1cfd7d810 /eclass/toolchain-funcs.eclass | |
parent | Use # as parsing magic symbol instead of @, the latter is used in TeX Live 2012. (diff) | |
download | historical-c85b1b5693482c0415c59f3df8e59c32c21f71b9.tar.gz historical-c85b1b5693482c0415c59f3df8e59c32c21f71b9.tar.bz2 historical-c85b1b5693482c0415c59f3df8e59c32c21f71b9.zip |
also enable usr ldscripts for openbsd & netbsd #417451#38
Diffstat (limited to 'eclass/toolchain-funcs.eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 5375c542baa7..dfac11549465 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.114 2012/07/25 18:27:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.115 2012/07/26 16:43:59 vapier Exp $ # @ECLASS: toolchain-funcs.eclass # @MAINTAINER: @@ -615,7 +615,7 @@ gen_usr_ldscript() { # Eventually we'd like to get rid of this func completely #417451 case ${CTARGET:-${CHOST}} in *-darwin*) ;; - *linux*|*-freebsd*) + *linux*|*-freebsd*|*-openbsd*|*-netbsd*) use prefix && return 0 ;; *) return 0 ;; esac |