diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-05 09:56:47 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-16 18:47:38 +0200 |
commit | 5bd66283dbfa7a20b0c50c9a3e4362409b61ec06 (patch) | |
tree | ae96be31ae4d234a32b869e65f3756b0f553aff3 /sysdeps/ieee754 | |
parent | 656416c96528437f54b345b1470aaa40f145ed30 (diff) | |
download | glibc-5bd66283dbfa7a20b0c50c9a3e4362409b61ec06.tar glibc-5bd66283dbfa7a20b0c50c9a3e4362409b61ec06.tar.gz glibc-5bd66283dbfa7a20b0c50c9a3e4362409b61ec06.tar.bz2 glibc-5bd66283dbfa7a20b0c50c9a3e4362409b61ec06.zip |
Track dependencies for .oS-only objects
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/Makefile b/sysdeps/ieee754/ldbl-opt/Makefile index 97b9c9f8bd..98c9a9c791 100644 --- a/sysdeps/ieee754/ldbl-opt/Makefile +++ b/sysdeps/ieee754/ldbl-opt/Makefile @@ -44,5 +44,6 @@ libnldbl-calls = asprintf dprintf fprintf fscanf fwprintf fwscanf iovfscanf \ libnldbl-routines = $(libnldbl-calls:%=nldbl-%) libnldbl-inhibit-o = $(object-suffixes) libnldbl-static-only-routines = $(libnldbl-routines) +extra-objs += $(addsuffix .oS, $(libnldbl-routines)) endif |