Bug 522770: Followup to turn on fakelibs only on Windows since gcc is dumb, even on a CLOSED TREE

This commit is contained in:
Kyle Huey 2010-08-01 02:12:17 -07:00
parent 932ea79b49
commit 6cabbd4fed
2 changed files with 4 additions and 8 deletions

View File

@ -323,11 +323,9 @@ STATIC_LIBRARY_NAME=$(LIBRARY_NAME)
endif
endif
# GNU make on Windows can't handle using fake libs, because the path
# munging gets confused when we pass response files like @file to the linker.
#ifneq (WINNT_,$(OS_ARCH)_$(.PYMAKE))
ifeq (WINNT_,$(OS_ARCH))
MOZ_FAKELIBS = 1
#endif
endif
# This comes from configure
ifdef MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE

View File

@ -323,11 +323,9 @@ STATIC_LIBRARY_NAME=$(LIBRARY_NAME)
endif
endif
# GNU make on Windows can't handle using fake libs, because the path
# munging gets confused when we pass response files like @file to the linker.
#ifneq (WINNT_,$(OS_ARCH)_$(.PYMAKE))
ifeq (WINNT_,$(OS_ARCH))
MOZ_FAKELIBS = 1
#endif
endif
# This comes from configure
ifdef MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE