Config.in.float.default 295 B

12345678
  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_TARGET_FLOAT
  4. string
  5. default "hard" if ADK_TARGET_HARD_FLOAT
  6. default "soft" if ADK_TARGET_SOFT_FLOAT
  7. default "softfp" if ADK_TARGET_SOFTFP_FLOAT