Hello Ingolf,

the -mfloat-abi=softfp instructs the compiler to emit floating-point instructions if other machine options specify a FPU. Why would you use this instead of -mfloat-abi=hard? For a statically linked executable this makes little sense. You still have to take care of the FPU context during context switches and interrupt processing.

If you really need such a multilib, then you can patch gcc/config/arm/t-rtems. I don't know if you can add custom patches to the RTEMS Source Builder.

--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to