Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
65d2800b
Commit
65d2800b
authored
8 years ago
by
Daniel Engberg
Committed by
John Crispin
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tools/sed: Update to 4.4
Update sed to 4.4 Signed-off-by:
Daniel Engberg
<
daniel.engberg.lists@pyret.net
>
parent
6b9c25e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/sed/Makefile
+3
-4
3 additions, 4 deletions
tools/sed/Makefile
tools/sed/patches/001-musl_host_fixup.patch
+0
-24
0 additions, 24 deletions
tools/sed/patches/001-musl_host_fixup.patch
with
3 additions
and
28 deletions
tools/sed/Makefile
+
3
−
4
View file @
65d2800b
...
@@ -7,12 +7,11 @@
...
@@ -7,12 +7,11 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
sed
PKG_NAME
:=
sed
PKG_VERSION
:=
4.
2.2
PKG_VERSION
:=
4.
4
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.
bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.
xz
PKG_SOURCE_URL
:=
@GNU/
$(
PKG_NAME
)
PKG_SOURCE_URL
:=
@GNU/
$(
PKG_NAME
)
PKG_HASH
:=
f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7
PKG_HASH
:=
cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b
PKG_CAT
:=
bzcat
export
SED
:=
export
SED
:=
HOST_BUILD_PARALLEL
:=
1
HOST_BUILD_PARALLEL
:=
1
...
...
This diff is collapsed.
Click to expand it.
tools/sed/patches/001-musl_host_fixup.patch
deleted
100644 → 0
+
0
−
24
View file @
6b9c25e9
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -122,9 +122,9 @@
esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
- knetbsd*-gnu* | netbsd*-gnu* | \
+ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-musl* | \
+ linux-newlib* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
+ kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
kopensolaris*-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
@@ -1360,7 +1360,7 @@
case $os in
| -chorusos* | -chorusrdb* | -cegcc* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -linux-android* \
- | -linux-newlib* | -linux-uclibc* \
+ | -linux-musl* | -linux-newlib* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment