diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-15 18:44:45 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-15 18:44:45 +0000 |
commit | afb0b01f1860f482b916fa3570912dc2091c928f (patch) | |
tree | e43c67b443be0f54ea8be50e85f5eaea66120bb1 /packages/uclibc/uclibc-0.9.29/angstrom | |
parent | 1360ee8733648d20c5d302ef9b06442d14652f44 (diff) |
packages/uclubc: Enable C99 math to get isnan needed for perl on ansgtrom
Feel free to move this to the machine files if it is not a distro feature
Diffstat (limited to 'packages/uclibc/uclibc-0.9.29/angstrom')
-rw-r--r-- | packages/uclibc/uclibc-0.9.29/angstrom/uClibc.distro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc-0.9.29/angstrom/uClibc.distro b/packages/uclibc/uclibc-0.9.29/angstrom/uClibc.distro index a7f6c36d9f..b326ff03b5 100644 --- a/packages/uclibc/uclibc-0.9.29/angstrom/uClibc.distro +++ b/packages/uclibc/uclibc-0.9.29/angstrom/uClibc.distro @@ -141,3 +141,6 @@ WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set # UCLIBC_MJN3_ONLY is not set + +# math stuff for perl +DO_C99_MATH=y |