mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
* 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>.
This commit is contained in:
parent
c21b1e2f8f
commit
ce944fef4e
@ -1,3 +1,9 @@
|
||||
2001-12-02 Roland McGrath <roland@frob.com>
|
||||
|
||||
* 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>.
|
||||
|
||||
2001-12-01 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
|
||||
|
@ -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
|
||||
|
@ -72,7 +72,8 @@ $(objpfx)mach-syscalls.mk: syscalls.awk Makefile
|
||||
$(make-target-directory)
|
||||
echo '#include <mach/syscall_sw.h>' | \
|
||||
DEPENDENCIES_OUTPUT='$@-dep $@' \
|
||||
$(CC) $(CPPFLAGS) -E -x c-header - \
|
||||
# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \
|
||||
-D_MACH_`echo $(base-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \
|
||||
sed -n -e 's/^kernel_trap(\(.*\),\([-0-9]*\),\([0-9]*\))$$/\1 \2 \3/p'\
|
||||
| $(AWK) -f $< > $@-new
|
||||
|
Loading…
Reference in New Issue
Block a user