From: Roland McGrath Date: Wed, 2 Jan 2002 06:22:14 +0000 (+0000) Subject: * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash. X-Git-Tag: upstream/2.30~22216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcb00da6fa49781c2de6980baaa723929e11775a;p=external%2Fglibc.git * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash. * mach/Machrules (MIG): Set CPP as well as CC. --- diff --git a/ChangeLog b/ChangeLog index f4efa03..3fc702e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-01-01 Roland McGrath + + * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash. + + * mach/Machrules (MIG): Set CPP as well as CC. + 2001-12-31 Ulrich Drepper * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C diff --git a/mach/Machrules b/mach/Machrules index ed2f6fa..6e87397 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -56,7 +56,7 @@ MIGFLAGS = -DMACH_IPC_COMPAT=0 -DSTANDALONE -DTypeCheck=0 \ $(+includes) $(migdefines) -subrprefix __ # Putting CC in the enivronment makes the mig wrapper script # use the same compiler setup we are using to run cpp. -MIG := CC='${CC}' $(MIG) +MIG := CC='${CC}' CPP='${CPP}' $(MIG) .SUFFIXES: .defs # Just to set specified_rule_matched.