[Bug libffi/64779] [5 Regression] libffi/src/x86/sysv.S:864: Error: junk at end of line, first unrecognized character is `@'

hjl.tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Tue Jan 27 00:29:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
configure.host has

  i?86-*-freebsd* | i?86-*-openbsd*)
        TARGET=X86_FREEBSD; TARGETDIR=x86
        ;;

and configure.ac has

if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET =
xX86_64; then
...

It is a mismatch.



More information about the Gcc-bugs mailing list