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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, please specify how you configured.  I do

../src/trunk/configure --target=aarch64-suse-linux

and that doesn't suffice.  Any cpu/fpu selection?

As I'm using a cross I do not have libc and thus no runtime objects to link
against and thus trying

> ./xgcc -B. f1.c f2.c -flto -O3 -r -flinker-output=nolto-rel

which works fine.  Tried with -march=armv8.2-a+sve as well.

Reply via email to