diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-06 10:53:02 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-06 10:53:02 +0000 |
commit | ccd77b890b22a263476c7476bb60555829ee05bf (patch) | |
tree | d32d636abf0dd64c12ba0e14fe0a048fc427ad15 /sysdeps/sparc/sparc32/soft-fp/Makefile | |
parent | f260ae2de4e7788deaf36a7ce6ac75aef78bed08 (diff) | |
download | glibc-ccd77b890b22a263476c7476bb60555829ee05bf.tar.gz glibc-ccd77b890b22a263476c7476bb60555829ee05bf.tar.xz glibc-ccd77b890b22a263476c7476bb60555829ee05bf.zip |
Update.
2000-09-06 Andreas Jaeger <aj@suse.de> * sysdeps/alpha/soft-fp/Dist: New file. * sysdeps/i386/soft-fp/Dist: New file. * sysdeps/mips/mips64/soft-fp/Dist: New file. * sysdeps/mips/soft-fp/Dist: New file. * sysdeps/powerpc/soft-fp/Dist: New file. * sysdeps/sparc/sparc32/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]: Use sysdep_routines instead of routines to fix make dist failure. * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented out code). * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise. * sysdeps/mips/Makefile [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist. * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]: Likewise.
Diffstat (limited to 'sysdeps/sparc/sparc32/soft-fp/Makefile')
-rw-r--r-- | sysdeps/sparc/sparc32/soft-fp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc32/soft-fp/Makefile b/sysdeps/sparc/sparc32/soft-fp/Makefile index 71a34f93e0..cff36e8850 100644 --- a/sysdeps/sparc/sparc32/soft-fp/Makefile +++ b/sysdeps/sparc/sparc32/soft-fp/Makefile @@ -1,6 +1,6 @@ # Software floating-point emulation. # Makefile for SPARC v8 long double utility functions (_Q_*). -# Copyright (C) 1999 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Jakub Jelinek (jj@ultra.linux.cz). # @@ -26,6 +26,6 @@ # q_fgt q_fle q_flt q_fne q_itoq q_mul q_neg q_qtod q_qtoi \ # q_qtos q_qtoui q_qtoux q_qtox q_sqrt q_stoq q_sub q_uitoq \ # q_uxtoq q_xtoq q_util -#routines += $(sparc32-quad-routines) +#sysdep_routines += $(sparc32-quad-routines) # #endif |