This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]