mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 19:40:33 +08:00
* Makefile.in: Only use localhost when building mingw with distcc or gcc won't
be able to find .exp files on other hosts.
This commit is contained in:
parent
ffe3e7ef4f
commit
c2af0de226
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in: Only use localhost when building mingw with distcc or
|
||||||
|
gcc won't be able to find .exp files on other hosts.
|
||||||
|
|
||||||
2003-07-18 Vaclav Haisman <V.Haisman@sh.cvut.cz>
|
2003-07-18 Vaclav Haisman <V.Haisman@sh.cvut.cz>
|
||||||
|
|
||||||
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
|
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
|
||||||
|
@ -18,6 +18,7 @@ override srcdir:=${shell cd $(srcdir); pwd}
|
|||||||
ifneq (,${filter-out /%,$(srcdir)})
|
ifneq (,${filter-out /%,$(srcdir)})
|
||||||
updir:=$(srcdir)/..
|
updir:=$(srcdir)/..
|
||||||
updir1:=$(updir)/..
|
updir1:=$(updir)/..
|
||||||
|
aux_dir:=$(updir)/../..
|
||||||
else
|
else
|
||||||
updir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(srcdir)):::}}
|
updir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(srcdir)):::}}
|
||||||
ifneq (,${findstring /,$(updir)})
|
ifneq (,${findstring /,$(updir)})
|
||||||
@ -25,6 +26,11 @@ ifneq (,${findstring /,$(updir)})
|
|||||||
else
|
else
|
||||||
updir1:=$(updir)/..
|
updir1:=$(updir)/..
|
||||||
endif
|
endif
|
||||||
|
ifneq (,${findstring /,$(updir1)})
|
||||||
|
aux_dir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(updir1)):::}}
|
||||||
|
else
|
||||||
|
aux_dir:=$(updir1)/..
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pwd:=${shell pwd}
|
pwd:=${shell pwd}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user