diff options
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r-- | lib/libcompiler_rt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index b9de09a..cb7187a 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -78,6 +78,7 @@ SRCF= absvdi2 \ fixxfti \ floatdidf \ floatdisf \ + floatditf \ floatdixf \ floatsitf \ floattidf \ @@ -85,6 +86,7 @@ SRCF= absvdi2 \ floattixf \ floatundidf \ floatundisf \ + floatunditf \ floatundixf \ floatunsidf \ floatunsisf \ |