From: Roland McGrath Date: Mon, 30 Jan 2006 22:12:44 +0000 (+0000) Subject: 2006-01-27 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c3f2089d40311a0354321a05d2b6079e4904ff;p=thirdparty%2Fglibc.git 2006-01-27 Roland McGrath * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp] (sysdep_routines): Add $(gcc-quad-routines) here. --- diff --git a/sysdeps/powerpc/nofpu/Makefile b/sysdeps/powerpc/nofpu/Makefile index f85cb0b7a30..9fde4a51a94 100644 --- a/sysdeps/powerpc/nofpu/Makefile +++ b/sysdeps/powerpc/nofpu/Makefile @@ -1,7 +1,8 @@ # Makefile fragment for PowerPC with no FPU. ifeq ($(subdir),soft-fp) -sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) sim-full +sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) \ + $(gcc-quad-routines) sim-full endif ifeq ($(subdir),math)