diff options
author | eberlein <eberlein@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-09-20 00:06:16 +0000 |
---|---|---|
committer | eberlein <eberlein@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2008-09-20 00:06:16 +0000 |
commit | c51954b52c39585aa6d4c4c488f8d287f959b9ec (patch) | |
tree | f1709c8fc62665f9e05f34d64eef66d6944e25dc | |
parent | d07389d29c098d36675fa7b15989a8a8ca6cfd51 (diff) | |
download | eglibc2-libdfp.tar.gz |
2008-09-19 Pete Eberlein <eberlein@us.ibm.com>libdfp
* dfp/sysdeps/soft-dfp/dpd/Makefile: New file.
git-svn-id: svn://svn.eglibc.org/branches/libdfp@6982 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r-- | libc/dfp/sysdeps/soft-dfp/dpd/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/dfp/sysdeps/soft-dfp/dpd/Makefile b/libc/dfp/sysdeps/soft-dfp/dpd/Makefile new file mode 100644 index 000000000..caff02d5c --- /dev/null +++ b/libc/dfp/sysdeps/soft-dfp/dpd/Makefile @@ -0,0 +1,7 @@ +# Makefile for soft-dfp, dpd format + +ifeq ($(subdir),dfp) + libdfp-shared += dpd-private decode-decimal + libdfp-routines += dpd-private decode-decimal +endif + |