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

(-)configure.ac.bak (-1 / +9 lines)
Lines 318-333 Link Here
318
	case "$host" in
318
	case "$host" in
319
	*-*-linux*)
319
	*-*-linux*)
320
		ac_sys_system=Linux
320
		ac_sys_system=Linux
321
		ac_sys_release=
321
		;;
322
		;;
322
	*-*-cygwin*)
323
	*-*-cygwin*)
323
		ac_sys_system=Cygwin
324
		ac_sys_system=Cygwin
325
		ac_sys_release=
326
		;;
327
	*-*-freebsd*)
328
		ac_sys_system=FreeBSD
329
		ac_sys_release=`echo $host | sed 's:.*freebsd::'`
324
		;;
330
		;;
325
	*)
331
	*)
326
		# for now, limit cross builds to known configurations
332
		# for now, limit cross builds to known configurations
327
		MACHDEP="unknown"
333
		MACHDEP="unknown"
328
		AC_MSG_ERROR([cross build not supported for $host])
334
		AC_MSG_ERROR([cross build not supported for $host])
329
	esac
335
	esac
330
	ac_sys_release=
331
    else
336
    else
332
	ac_sys_system=`uname -s`
337
	ac_sys_system=`uname -s`
333
	if test "$ac_sys_system" = "AIX" \
338
	if test "$ac_sys_system" = "AIX" \
Lines 368-373 Link Here
368
	*-*-cygwin*)
373
	*-*-cygwin*)
369
		_host_cpu=
374
		_host_cpu=
370
		;;
375
		;;
376
	*-*-freebsd*)
377
		_host_cpu=$host_cpu
378
		;;
371
	*)
379
	*)
372
		# for now, limit cross builds to known configurations
380
		# for now, limit cross builds to known configurations
373
		MACHDEP="unknown"
381
		MACHDEP="unknown"

Return to bug 544742