This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

sysdeps/ia64/fpu/Makefile


A sysdep Makefile should never modify routines, but rather
sysdep_routines.  The same goes for CPPFLAGS vs sysdep-CPPFLAGS.

Andreas.

2001-02-20  Andreas Schwab  <schwab@suse.de>

	* sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of
	routines, and sysdep-CPPFLAGS instead of CPPFLAGS.

--- sysdeps/ia64/fpu/Makefile.~1.2.~	Tue Feb 20 09:31:52 2001
+++ sysdeps/ia64/fpu/Makefile	Tue Feb 20 10:00:03 2001
@@ -4,6 +4,6 @@
 			$(calls) $(calls:=f) $(long-c-$(long-double-fcts)) \
 			libm_frexp4 libm_frexp4f libm_frexp4l
 
-routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error
-CPPFLAGS += -DSIZE_INT_32
+sysdep_routines += libm_frexp4 libm_frexp4f libm_frexp4l libc_libm_error
+sysdep-CPPFLAGS += -DSIZE_INT_32
 endif

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]