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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2019-02-11
     Ever confirmed|0                           |1

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Hi.

I would like to help you with that. But I need some more details:

> 
> configure \
>                 --target=$TARGET \
>                 --prefix="$PREFIX" \
>                 --libdir="$PREFIX/lib" \
>                 --enable-languages=$langs \
>                 --disable-werror \
>                 --disable-nls \
>                 --disable-multilib \
>                 --disable-shared \
>                 --enable-tls \
>                 --enable-threads=posix \
>                 --disable-libmudflap \
>                 --disable-libsanitizer \
>                 --disable-gnu-indirect-function \
>                 --disable-libmpx \
>                 --enable-deterministic-archives \
>                 --enable-libstdcxx-time \
>                 --enable-fully-dynamic-string \
>                 --enable-cloog-backend=isl \
>                 --enable-lto \
>                 --enable-libgomp \
>                 --enable-checking=release \
> 

can you please provide expanded ./configure (with all $vars expanded)?
Having the following cross-compiler on my system:
aarch64-suse-linux-gcc

how can I configure to use? Do you first export CFLAGS before ./configure?

Reply via email to