mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 01:44:43 +08:00
crt: Regenerate Makefile.in
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit a94d694161
)
This commit is contained in:
parent
130bc6220e
commit
d06a956018
@ -82848,8 +82848,17 @@ _libm_dummy.c:
|
||||
cd $(dir $@) && $(AR) -M < $(abspath $<)
|
||||
$(RANLIB) $@
|
||||
|
||||
%.def: %.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include > $@
|
||||
lib32/%.def: lib32/%.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_I386 > $@
|
||||
|
||||
lib64/%.def: lib64/%.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_X64 > $@
|
||||
|
||||
libarm32/%.def: libarm32/%.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM32 > $@
|
||||
|
||||
libarm64/%.def: libarm64/%.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_ARM64 > $@
|
||||
|
||||
lib32/%.def: lib-common/%.def.in
|
||||
$(MKDIR_P) $(@D) && $(CPP) -x c $< -Wp,-w -undef -P -I$(top_srcdir)/def-include -DDEF_I386 > $@
|
||||
|
Loading…
Reference in New Issue
Block a user