From: Jan-Benedict G. <jb...@us...> - 2005-09-27 06:33:30
|
Update of /cvsroot/linux-vax/toolchain/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7205 Modified Files: uclibc-000001-config.patch Log Message: - Spend some FPU support. - Please don't use more than one FP-using program at a time. On kernel land, we currently don't care about saving FPU state upon schedule... Index: uclibc-000001-config.patch =================================================================== RCS file: /cvsroot/linux-vax/toolchain/patches/uclibc-000001-config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- uclibc-000001-config.patch 23 Sep 2005 15:32:35 -0000 1.1 +++ uclibc-000001-config.patch 27 Sep 2005 06:33:23 -0000 1.2 @@ -1,6 +1,6 @@ --- /dev/null 2005-08-28 03:49:43.999308688 +0200 +++ uclibc/.config 2005-09-23 12:53:12.000000000 +0200 -@@ -0,0 +1,139 @@ +@@ -0,0 +1,142 @@ +# +# Automatically generated make config: don't edit +# @@ -37,7 +37,9 @@ +# ARCH_BIG_ENDIAN is not set +# ARCH_HAS_NO_MMU is not set +ARCH_HAS_MMU=y -+# UCLIBC_HAS_FLOATS is not set ++UCLIBC_HAS_FLOATS=y ++HAS_FPU=y ++DO_C99_MATH=y +C_SYMBOL_PREFIX="" +HAVE_DOT_CONFIG=y + @@ -85,6 +87,7 @@ +# UCLIBC_HAS_CTYPE_ENFORCED is not set +# UCLIBC_HAS_WCHAR is not set +# UCLIBC_HAS_LOCALE is not set ++UCLIBC_HAS_HEXADECIMAL_FLOATS=y +# UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set +# USE_OLD_VFPRINTF is not set +UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 |