about summary refs log tree commit diff
path: root/mach/Machrules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-02 19:34:28 +0000
committerRoland McGrath <roland@gnu.org>2001-12-02 19:34:28 +0000
commitce944fef4ef26a9fd4cf6d95917b27161b32e628 (patch)
treeb6e609f44f60165c3c16c86d09ab333c97a234ff /mach/Machrules
parentc21b1e2f8f96b666aeb7ada4ae642c2fef0a602e (diff)
downloadglibc-ce944fef4ef26a9fd4cf6d95917b27161b32e628.tar.gz
glibc-ce944fef4ef26a9fd4cf6d95917b27161b32e628.tar.xz
glibc-ce944fef4ef26a9fd4cf6d95917b27161b32e628.zip
* mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
	* mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
	Reported by Jeff Bailey <jbailey@nisa.net>.
Diffstat (limited to 'mach/Machrules')
-rw-r--r--mach/Machrules3
1 files changed, 2 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules
index 90a7fcbae5..c575862d83 100644
--- a/mach/Machrules
+++ b/mach/Machrules
@@ -135,7 +135,8 @@ $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)):
   $(objpfx)%.udeps: $(..)mach/Machrules
 	$(make-target-directory)
 	$(include-%.defs) | \
-	$(CC) $(CPPFLAGS) -M -x c - | \
+# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
+	$(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
 	sed -e 's,- *:,$@ $(@:.udeps=.ustamp) $(@:.udeps=.uh) $(@:.udeps=.__h)\
 			  $(@:.udeps=_server.c) $(@:.udeps=_server.h):,' \
 	    $(sed-remove-objpfx) > $@.new