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

Unified Diff: gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed

Issue 10804012: Add native Windows binary for gperf. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 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
Index: gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed
===================================================================
--- gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed (revision 0)
+++ gperf/src/gperf/3.0.1/gperf-3.0.1/libtool0.sed (revision 0)
@@ -0,0 +1,14 @@
+s/~/!/g
+s/ln -s/cp -fp/g
+s/^.*X-lc.*continue.*$$/\#&/
+s/^.*X-lm.*continue.*$$/\#&/
+#s/pic_flag="/& -D_DLL -D_BUILD_DLL/
+#s/export_dynamic_flag_spec="/&\${wl}--export-all-symbols /
+#s/export_dynamic=no/export_dynamic=yes/g
+s/versuffix="-$major"/versuffix="$major"/
+s/--no-undefined/--allow-shlib-undefined/
+/^allow_undefined_flag/s/unsupported/--allow-shlib-undefined/
+/^deplibs_check_method/s/".*"/"pass_all"/
+/^soname_spec/s|/-/|//|g
+s/-pc-cygwin/-pc-mingw32/g
+s/pwd/pwd.sh/g
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1/lib/config.status ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1/makefile.mingw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698