t-e500v1-fp 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. # Copyright (C) 2014-2022 Free Software Foundation, Inc.
  2. # This file is part of GCC.
  3. # GCC is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation; either version 3, or (at your option)
  6. # any later version.
  7. # GCC is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. # GNU General Public License for more details.
  11. # You should have received a copy of the GNU General Public License
  12. # along with GCC; see the file COPYING3. If not see
  13. # <http://www.gnu.org/licenses/>.
  14. # Use hardfp.c for SFmode (except __unordsf2), soft-fp for DFmode.
  15. # For SFmode, libgcc2.c functions are used where applicable; for
  16. # DFmode, they are excluded.
  17. hardfp_float_modes := sf
  18. hardfp_int_modes := si
  19. hardfp_extensions :=
  20. hardfp_truncations :=
  21. hardfp_exclusions := unordsf2
  22. softfp_float_modes := df
  23. softfp_int_modes := si di
  24. softfp_extensions := sfdf
  25. softfp_truncations := dfsf
  26. softfp_exclude_libgcc2 := n
  27. softfp_extras := unordsf2