* Makefile.in: Use utils mingw front-end to generate non-cygwin binary.
This commit is contained in:
parent
0de153c586
commit
8a9358d0f7
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-01 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* Makefile.in: Use utils mingw front-end to generate non-cygwin binary.
|
||||||
|
|
||||||
2008-11-26 Christopher Faylor <me+cygwin@cgf.cx>
|
2008-11-26 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* Revert erroneous checkin.
|
* Revert erroneous checkin.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile.in for Cygwin's testsuite.
|
# Makefile.in for Cygwin's testsuite.
|
||||||
# Copyright 2000, 2001, 2002, 2003, 2005, 2006 Red Hat, Inc.
|
# Copyright 2000, 2001, 2002, 2003, 2005, 2006, 2009 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of Cygwin.
|
# This file is part of Cygwin.
|
||||||
#
|
#
|
||||||
@ -57,6 +57,7 @@ endif
|
|||||||
|
|
||||||
AR:=@AR@
|
AR:=@AR@
|
||||||
AR_FLAGS:=qv
|
AR_FLAGS:=qv
|
||||||
|
MINGW_FE:=$(dir ${srcdir})/utils/mingw
|
||||||
|
|
||||||
#
|
#
|
||||||
# Include common definitions for winsup directory
|
# Include common definitions for winsup directory
|
||||||
@ -169,7 +170,7 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp
|
|||||||
runtest --tool winsup $(RUNTESTFLAGS) ;\
|
runtest --tool winsup $(RUNTESTFLAGS) ;\
|
||||||
|
|
||||||
cygrun.o: cygrun.c
|
cygrun.o: cygrun.c
|
||||||
$(CC) $(MINGW_CFLAGS) -o $@ -c $<
|
${MINGW_FE} $(CC) $(MINGW_CFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
cygrun.exe : cygrun.o
|
cygrun.exe : cygrun.o
|
||||||
$(CC) ${MINGW_LDFLAGS} -mno-cygwin -o $@ $<
|
${MINGW_FE} $(CC) ${MINGW_LDFLAGS} -o $@ $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user