mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
* sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
* mach/Machrules (MIG): Set CPP as well as CC.
This commit is contained in:
parent
cf76f180ce
commit
dcb00da6fa
@ -1,3 +1,9 @@
|
||||
2002-01-01 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
|
||||
|
||||
* mach/Machrules (MIG): Set CPP as well as CC.
|
||||
|
||||
2001-12-31 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user