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

Unified Diff: bison/src/bison/2.4.1/bison-2.4.1/libtool00.sed

Issue 10807020: Add native Windows binary for bison. (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: bison/src/bison/2.4.1/bison-2.4.1/libtool00.sed
===================================================================
--- bison/src/bison/2.4.1/bison-2.4.1/libtool00.sed (revision 0)
+++ bison/src/bison/2.4.1/bison-2.4.1/libtool00.sed (revision 0)
@@ -0,0 +1,34 @@
+s/~/!/g
+s/ln -s/cp -fp/g
+/^build_libtool_need_lc/s/=yes/=no/
+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
+/^soname_spec=/s/libname/dllname/
+/^\trelease)/i\
+ dllname)\
+ dllname="$arg"\
+ prev=\
+ continue\
+ ;;
+/^[ ]*-release)/i\
+ -dllname)\
+ prev=dllname\
+ continue\
+ ;;\
+
+s/-pc-cygwin/-pc-mingw32/g
+s/pwd/pwd.sh/g
+s/-Wl,-e,_DllMain/-shared &/g
+/versuffix="$major"/a\
+ if test "$versuffix" = 0; then\
+ versuffix=\
+ fi
+s/-DDLL_EXPORT/& /g
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/lib/uniwidth/.dirstamp ('k') | bison/src/bison/2.4.1/bison-2.4.1/patches/bison-2.3-src.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698