diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 13:51:54 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-05 13:51:54 +0000 |
commit | c74849709f22c0efbeb7925e23dbf9ca01b303ca (patch) | |
tree | fdedf0b1104caf90e66493859c163a5cd278a9f4 /tools/sed/patches | |
parent | 975bf6a4fa198617bd2cb7fdce47a5d60d25bedc (diff) | |
download | upstream-c74849709f22c0efbeb7925e23dbf9ca01b303ca.tar.gz upstream-c74849709f22c0efbeb7925e23dbf9ca01b303ca.tar.bz2 upstream-c74849709f22c0efbeb7925e23dbf9ca01b303ca.zip |
tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
SVN-Revision: 23241
Diffstat (limited to 'tools/sed/patches')
-rw-r--r-- | tools/sed/patches/010-amd64_freebsd_build.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/sed/patches/010-amd64_freebsd_build.patch b/tools/sed/patches/010-amd64_freebsd_build.patch deleted file mode 100644 index c40cafb1f8..0000000000 --- a/tools/sed/patches/010-amd64_freebsd_build.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/config/config.sub -+++ b/config/config.sub -@@ -380,6 +380,9 @@ case $basic_machine in - amd64) - basic_machine=x86_64-pc - ;; -+ amd64-*) -+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` -+ ;; - amdahl) - basic_machine=580-amdahl - os=-sysv |