Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 543292
Collapse All | Expand All

(-)bin/ebuild-helpers/prepstrip.orig (+11 lines)
Lines 270-275 Link Here
270
	__multijob_post_fork
270
	__multijob_post_fork
271
fi
271
fi
272
272
273
# Get current userland in runtime, needed for cross-compilation
274
# See bug #543292
275
case $(uname -s) in
276
*BSD|DragonFly)
277
	export USERLAND="BSD"
278
	;;
279
*)
280
	export USERLAND="GNU"
281
	;;
282
esac
283
273
# Since strip creates a new inode, we need to know the initial set of
284
# Since strip creates a new inode, we need to know the initial set of
274
# inodes in advance, so that we can avoid interference due to trying
285
# inodes in advance, so that we can avoid interference due to trying
275
# to strip the same (hardlinked) file multiple times in parallel.
286
# to strip the same (hardlinked) file multiple times in parallel.

Return to bug 543292