Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: nptl/Makefile

Issue 3299002: [glibc] Allow building on case insensitive filesystems (Closed) Base URL: ssh://gitrw.chromium.org/nacl-glibc
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extra-lib.mk ('k') | scripts/check-local-headers.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nptl/Makefile
diff --git a/nptl/Makefile b/nptl/Makefile
index 463a30bfc003a5b2e1d8af6c8982be7d633ca7e2..85ede57bf6c96bfb927de54d3b688185234129ee 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -374,7 +374,7 @@ install: $(inst_libdir)/libpthread.so
$(inst_libdir)/libpthread.so: $(common-objpfx)format.lds \
$(objpfx)libpthread.so$(libpthread.so-version) \
- $(inst_libdir)/$(patsubst %,$(libtype.oS),\
+ $(inst_libdir)/$(patsubst %,$(libtype.ons),\
$(libprefix)pthread) \
$(+force)
# TODO(mseaborn): I made the paths here non-absolute so that the
@@ -386,7 +386,7 @@ $(inst_libdir)/libpthread.so: $(common-objpfx)format.lds \
echo ' the static library, so try that secondarily. */';\
cat $<; \
echo 'GROUP ( libpthread.so$(libpthread.so-version)' \
- '$(patsubst %,$(libtype.oS),$(libprefix)pthread)'\
+ '$(patsubst %,$(libtype.ons),$(libprefix)pthread)'\
')' \
) > $@.new
mv -f $@.new $@
« no previous file with comments | « extra-lib.mk ('k') | scripts/check-local-headers.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698