summaryrefslogtreecommitdiff
path: root/gcc/f/g77spec.c
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-04 04:48:16 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-04 04:48:16 +0000
commit58fe5dd28f4704837ddce29b071b1db1b4409266 (patch)
tree2de038957846807951f97cd06d124e627dfcd8cd /gcc/f/g77spec.c
parentcf49a9b67735912e05a5288cb98bfd1d9c315c83 (diff)
downloadgcc-58fe5dd28f4704837ddce29b071b1db1b4409266.tar.gz
* g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.
* g++spec.c (lang_specific_driver): Remove ALT_LIBM usage. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67419 138bc75d-0d04-0410-961f-82ee72b054a4
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 426bb965d0a..4e6e53cea70 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. */