diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 13:51:54 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 13:51:54 +0000 |
commit | 3b4b5b7d83faad8c71d755aea983c2f00f7980a3 (patch) | |
tree | b6c51a6310fd6445a35526dce2fc44906d098510 /tools/sed/patches | |
parent | abcac74a1986edb6de03a8d1827709baf343a1e9 (diff) |
tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23241 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c40cafb1f..000000000 --- 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 |