From 746f400783a0ce9297cc10c37d074699a2b7d371 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 17 Feb 2002 07:57:32 +0000 Subject: * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try to use BI.creation_time. * mach/Machrules (MIG): Add -x c to CPP value passed down. --- mach/Machrules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mach/Machrules') diff --git a/mach/Machrules b/mach/Machrules index 6e87397221..79dec997e9 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -1,5 +1,6 @@ # Rules for MiG interfaces that want to go into the C library. -# Copyright (C) 1991,92,93,94,95,96,98,99,2001 Free Software Foundation, Inc. +# Copyright (C) 1991,92,93,94,95,96,98,99,2001,02 +# Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -56,7 +57,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}' CPP='${CPP}' $(MIG) +MIG := CC='${CC}' CPP='${CPP} -x c' $(MIG) .SUFFIXES: .defs # Just to set specified_rule_matched. -- cgit v1.2.3