diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
| commit | 6fad3aaf157b3ab3d64b99ca7c14751124c044dd (patch) | |
| tree | 6e1707a1132e7e6e97c7086220d021a6a6fb9837 /lib/libc/softfloat | |
| parent | 3650be51e29c2f0bc791966d320e9afbfa6f70d5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/softfloat')
| -rw-r--r-- | lib/libc/softfloat/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/softfloat/Makefile.inc b/lib/libc/softfloat/Makefile.inc index 5e4091653b9c..c78676182657 100644 --- a/lib/libc/softfloat/Makefile.inc +++ b/lib/libc/softfloat/Makefile.inc @@ -16,3 +16,5 @@ SRCS+= fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \ SRCS+= eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \ eqdf2.c nedf2.c gtdf2.c gedf2.c ltdf2.c ledf2.c negdf2.c \ unordsf2.c unorddf2.c + +SYM_MAPS+= ${.CURDIR}/softfloat/Symbol.map |
