Config.in.float.default 295 B

1234567891011121314
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_soft_float
  4. bool
  5. config ADK_hard_float
  6. bool
  7. config ADK_TARGET_FLOAT
  8. string
  9. default "hard" if ADK_hard_float
  10. default "soft" if ADK_soft_float