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
cfad7b6c
Commit
cfad7b6c
authored
15 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
eglibc: don't use minor version numbers in config symbols, only in version strings
SVN-Revision: 18474
parent
23bbc4f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
toolchain/eglibc/Config.in
+6
-6
6 additions, 6 deletions
toolchain/eglibc/Config.in
toolchain/eglibc/Config.version
+2
-10
2 additions, 10 deletions
toolchain/eglibc/Config.version
toolchain/eglibc/Makefile
+6
-6
6 additions, 6 deletions
toolchain/eglibc/Makefile
with
14 additions
and
22 deletions
toolchain/eglibc/Config.in
+
6
−
6
View file @
cfad7b6c
...
@@ -5,8 +5,8 @@ choice
...
@@ -5,8 +5,8 @@ choice
help
help
Select the version of eglibc you wish to use.
Select the version of eglibc you wish to use.
config EGLIBC_VERSION_2_6
_1
config EGLIBC_VERSION_2_6
bool "eglibc 2.6
.1
"
bool "eglibc 2.6"
config EGLIBC_VERSION_2_7
config EGLIBC_VERSION_2_7
bool "eglibc 2.7"
bool "eglibc 2.7"
...
@@ -17,8 +17,8 @@ choice
...
@@ -17,8 +17,8 @@ choice
config EGLIBC_VERSION_2_9
config EGLIBC_VERSION_2_9
bool "eglibc 2.9"
bool "eglibc 2.9"
config EGLIBC_VERSION_2_10
_1
config EGLIBC_VERSION_2_10
bool "eglibc 2.10
.1
"
bool "eglibc 2.10"
config EGLIBC_VERSION_TRUNK
config EGLIBC_VERSION_TRUNK
bool "eglibc trunk"
bool "eglibc trunk"
...
@@ -29,11 +29,11 @@ config EGLIBC_REVISION
...
@@ -29,11 +29,11 @@ config EGLIBC_REVISION
string
string
prompt "eglibc revision"
prompt "eglibc revision"
depends on TOOLCHAINOPTS && USE_EGLIBC
depends on TOOLCHAINOPTS && USE_EGLIBC
default "5887" if EGLIBC_VERSION_2_6
_1
default "5887" if EGLIBC_VERSION_2_6
default "8588" if EGLIBC_VERSION_2_7
default "8588" if EGLIBC_VERSION_2_7
default "8587" if EGLIBC_VERSION_2_8
default "8587" if EGLIBC_VERSION_2_8
default "8690" if EGLIBC_VERSION_2_9
default "8690" if EGLIBC_VERSION_2_9
default "8873" if EGLIBC_VERSION_2_10
_1
default "8873" if EGLIBC_VERSION_2_10
default "HEAD" if EGLIBC_VERSION_TRUNK
default "HEAD" if EGLIBC_VERSION_TRUNK
default ""
default ""
...
...
This diff is collapsed.
Click to expand it.
toolchain/eglibc/Config.version
+
2
−
10
View file @
cfad7b6c
config EGLIBC_VERSION
config EGLIBC_VERSION
string
string
depends on USE_EGLIBC
depends on USE_EGLIBC
default "2.6.1" if EGLIBC_VERSION_2_6
_1
default "2.6.1" if EGLIBC_VERSION_2_6
default "2.7" if EGLIBC_VERSION_2_7
default "2.7" if EGLIBC_VERSION_2_7
default "2.8" if EGLIBC_VERSION_2_8
default "2.8" if EGLIBC_VERSION_2_8
default "2.9" if EGLIBC_VERSION_2_9
default "2.9" if EGLIBC_VERSION_2_9
default "2.10.1" if EGLIBC_VERSION_2_10
_1
default "2.10.1" if EGLIBC_VERSION_2_10
default "trunk"
default "trunk"
config EGLIBC_VERSION_2_6
bool
default y if EGLIBC_VERSION_2_6_1
config EGLIBC_VERSION_2_10
bool
default y if EGLIBC_VERSION_2_10_1
This diff is collapsed.
Click to expand it.
toolchain/eglibc/Makefile
+
6
−
6
View file @
cfad7b6c
...
@@ -15,22 +15,22 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION)
...
@@ -15,22 +15,22 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-r
$(
PKG_REVISION
)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-r
$(
PKG_REVISION
)
PKG_SOURCE
:=
$(
PKG_SOURCE_SUBDIR
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_SOURCE_SUBDIR
)
.tar.bz2
ifeq
($(
PKG_VERSION),2.6.1
)
if
n
eq
($(
CONFIG_EGLIBC_VERSION_2_6),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_6
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_6
endif
endif
ifeq
($(
PKG
_VERSION
),2.7
)
if
n
eq
($(
CONFIG_EGLIBC
_VERSION
_2_7),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_7
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_7
endif
endif
ifeq
($(
PKG
_VERSION
),2.8
)
if
n
eq
($(
CONFIG_EGLIBC
_VERSION
_2_8),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_8
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_8
endif
endif
ifeq
($(
PKG
_VERSION
),2.9
)
if
n
eq
($(
CONFIG_EGLIBC
_VERSION
_2_9),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_9
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_9
endif
endif
ifeq
($(
PKG_VERSION),2.10.1
)
if
n
eq
($(
CONFIG_EGLIBC_VERSION_2_10),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_10
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/branches/eglibc-2_10
endif
endif
ifeq
($(
PKG_VERSION),trunk
)
if
n
eq
($(
CONFIG_EGLIBC_VERSION_TRUNK),
)
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/trunk
PKG_SOURCE_URL
:=
svn://svn.eglibc.org/trunk
endif
endif
...
...
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