diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 19:01:48 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 19:01:48 +0000 |
| commit | 7686ff743ce8742f980b75f789336596387ccaa2 (patch) | |
| tree | 21b838383a703c249dd4f0180c8566c40f70e0e3 /lib/libcompiler_rt/Makefile | |
| parent | 1a69707f40124cdee67ad9b03ac6e9ec194551c0 (diff) | |
| parent | 219fb0488994a289f1087f7b3da18789e068da12 (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt/Makefile')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index ce091da77bf7..ff9daad1649d 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -79,12 +79,16 @@ SRCF= absvdi2 \ floatuntidf \ floatuntisf \ floatuntixf \ + int_util \ lshrdi3 \ lshrti3 \ moddi3 \ modti3 \ muldc3 \ muldi3 \ + mulodi4 \ + mulosi4 \ + muloti4 \ mulsc3 \ multi3 \ mulvdi3 \ |
