diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /devel/mingw32-gcc/files/patch-aa | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'devel/mingw32-gcc/files/patch-aa')
-rw-r--r-- | devel/mingw32-gcc/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/mingw32-gcc/files/patch-aa b/devel/mingw32-gcc/files/patch-aa deleted file mode 100644 index 29cdf81e1bb9..000000000000 --- a/devel/mingw32-gcc/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- gcc/configure.orig Thu Aug 24 19:33:08 2000 -+++ gcc/configure Thu Aug 24 19:52:57 2000 -@@ -763,7 +763,7 @@ - gcc_gxx_include_dir='${libsubdir}/include/g++' - else - topsrcdir=${srcdir}/.. . ${srcdir}/../config.if -- gcc_gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface} -+ gcc_gxx_include_dir="\$(local_prefix)\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface} - fi - fi - -@@ -8530,7 +8530,7 @@ - # make and thus we'd get different behavior depending on where we built the - # sources. - if test x$exec_prefix = xNONE -o x$exec_prefix = x$prefix; then -- gcc_tooldir='$(libsubdir)/$(unlibsubdir)/../$(target_alias)' -+ gcc_tooldir='$(local_prefix)/$(target_alias)' - else - # An explanation of the sed strings: - # -e 's|^\$(prefix)||' matches and eliminates 'prefix' from 'exec_prefix' -@@ -8554,7 +8554,7 @@ - # /foo /foo/bar/ugg ../../ - # - dollar='$$' -- gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)" -+ gcc_tooldir="\$(libdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)" - fi - - |