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

(-)a/crossdev (-1 / +2 lines)
Lines 118-123 parse_target() { Link Here
118
		Supported C Libraries:
118
		Supported C Libraries:
119
		   - glibc (gnu)
119
		   - glibc (gnu)
120
		   - klibc       [prob wont work]
120
		   - klibc       [prob wont work]
121
		   - musl
121
		   - newlib      [bare metal/no operating system]
122
		   - newlib      [bare metal/no operating system]
122
		   - uclibc      [not all arches are ported]
123
		   - uclibc      [not all arches are ported]
123
		Special Targets:
124
		Special Targets:
Lines 258-263 parse_target() { Link Here
258
		*-klibc)    LPKG="klibc";;
259
		*-klibc)    LPKG="klibc";;
259
		*-uclibc*)  LPKG="uclibc";;
260
		*-uclibc*)  LPKG="uclibc";;
260
		*-uclinux)  LPKG="uclibc";;
261
		*-uclinux)  LPKG="uclibc";;
262
		*-musl*)    LPKG="musl";;
261
263
262
		# Windows targets
264
		# Windows targets
263
		*-cygwin)
265
		*-cygwin)
264
- 

Return to bug 448592