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]

Re: CPPFLAGS in math/Makefile


Andreas Schwab <schwab@suse.de> writes:

> This patch makes sure that the -D/-U options come out in the right order.
> Otherwise -U__LIBC_INTERNAL_MATH_INLINES occurs before
> -D__LIBC_INTERNAL_MATH_INLINES, and the latter wins.  This happened to
> work with older versions of gcc where -U always wins regardless of its
> position on the command line.

Thanks, I've applied the patch.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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