aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/g77spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/g77spec.c')
-rw-r--r--gcc/f/g77spec.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c
index 426bb96..4e6e53c 100644
--- a/gcc/f/g77spec.c
+++ b/gcc/f/g77spec.c
@@ -451,11 +451,7 @@ or type the command `info -f g77 Copying'.\n\
saw_library = 0; /* -xfoo currently active. */
else
{ /* -lfoo or filename. */
- if (strcmp (argv[i], MATH_LIBRARY) == 0
-#ifdef ALT_LIBM
- || strcmp (argv[i], ALT_LIBM) == 0
-#endif
- )
+ if (strcmp (argv[i], MATH_LIBRARY) == 0)
{
if (saw_library == 1)
saw_library = 2; /* -l<library> -lm. */