aboutsummaryrefslogtreecommitdiff
path: root/csu/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/init-first.c')
-rw-r--r--csu/init-first.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/csu/init-first.c b/csu/init-first.c
index f0ebc94..b4d22ce 100644
--- a/csu/init-first.c
+++ b/csu/init-first.c
@@ -61,11 +61,8 @@ _init (int argc, char **argv, char **envp)
if (!__libc_multiple_libcs)
{
/* Set the FPU control word to the proper default value if the
- kernel would use a different value. (In a static program we
- don't have this information.) */
-#ifdef SHARED
+ kernel would use a different value. */
if (__fpu_control != GLRO(dl_fpu_control))
-#endif
__setfpucw (__fpu_control);
}