Warn about soft float ABI not being supported
commit6f6ed8acc795b8f3367b46eed7b78f4f0a4584ff
authorThomas Preud'homme <robotux@celest.fr>
Tue, 25 Mar 2014 11:54:04 +0000 (25 19:54 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Tue, 25 Mar 2014 11:58:12 +0000 (25 19:58 +0800)
tree203d4106f6510e6ef72f6627e4523a76e1fad007
parentb8610f14b05932927bf0c5d4460cd2d1ec45b9a1
Warn about soft float ABI not being supported

For ARM target, tcc uses the soft float ABI when not asked to use hard
float ABI. This means machine without a VFP co-processor generate code
that they cannot run. This commit add a warning for such cases.
arm-gen.c