Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266471 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- libffi-3.0.8/configure.ac
0
++ libffi-3.0.8/configure.ac
Lines 100-109 Link Here
100
	;;
100
	;;
101
101
102
  mips-sgi-irix5.* | mips-sgi-irix6.*)
102
  mips-sgi-irix5.* | mips-sgi-irix6.*)
103
	TARGET=MIPS; TARGETDIR=mips
103
	TARGET=MIPS_IRIX; TARGETDIR=mips
104
	;;
104
	;;
105
  mips*-*-linux*)
105
  mips*-*-linux*)
106
	TARGET=MIPS; TARGETDIR=mips
106
	TARGET=MIPS_LINUX; TARGETDIR=mips
107
	;;
107
	;;
108
108
109
  powerpc*-*-linux* | powerpc-*-sysv*)
109
  powerpc*-*-linux* | powerpc-*-sysv*)
Lines 156-162 Link Here
156
  AC_MSG_ERROR(["libffi has not been ported to $host."])
156
  AC_MSG_ERROR(["libffi has not been ported to $host."])
157
fi
157
fi
158
158
159
AM_CONDITIONAL(MIPS, test x$TARGET = xMIPS)
159
AM_CONDITIONAL(MIPS,[expr x$TARGET : 'xMIPS' > /dev/null])
160
AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC)
160
AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC)
161
AM_CONDITIONAL(X86, test x$TARGET = xX86)
161
AM_CONDITIONAL(X86, test x$TARGET = xX86)
162
AM_CONDITIONAL(X86_FREEBSD, test x$TARGET = xX86_FREEBSD)
162
AM_CONDITIONAL(X86_FREEBSD, test x$TARGET = xX86_FREEBSD)

Return to bug 266471