Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Openwrt Chaos Calmer Dev Edition 2015
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
nounous-archives
Openwrt Chaos Calmer Dev Edition 2015
Commits
cf71c75a
Commit
cf71c75a
authored
16 years ago
by
nbd
Browse files
Options
Downloads
Patches
Plain Diff
clean up gmp and mpfr
git-svn-id:
svn://svn.openwrt.org/openwrt/trunk@15114
3c298f89-4303-0410-b956-a3cf2f4a3e73
parent
e024eeef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/gmp/Makefile
+5
-23
5 additions, 23 deletions
tools/gmp/Makefile
tools/mpfr/Makefile
+4
-22
4 additions, 22 deletions
tools/mpfr/Makefile
with
9 additions
and
45 deletions
tools/gmp/Makefile
+
5
−
23
View file @
cf71c75a
...
...
@@ -15,28 +15,10 @@ PKG_MD5SUM:=
include
$(INCLUDE_DIR)/host-build.mk
define
Host/Configure
(cd
$(HOST_BUILD_DIR);
\
./configure
\
--prefix
=
$(
STAGING_DIR_HOST
)
\
--build
=
$(
GNU_HOST_NAME
)
\
--enable-static
\
--disable-shared
\
--enable-cxx
\
--enable-mpbsd
\
)
;
endef
define
Host/Compile
make
-C
$(HOST_BUILD_DIR)
all
endef
define
Host/Install
make
-C
$(HOST_BUILD_DIR)
install
endef
define
Host/Clean
rm
-rf
$(HOST_BUILD_DIR)
endef
HOST_CONFIGURE_ARGS
+=
\
--enable-static
\
--disable-shared
\
--enable-cxx
\
--enable-mpbsd
$(
eval
$(
call HostBuild
))
This diff is collapsed.
Click to expand it.
tools/mpfr/Makefile
+
4
−
22
View file @
cf71c75a
...
...
@@ -15,27 +15,9 @@ PKG_MD5SUM:=527147c097874340cb9cee0579dacf3b
include
$(INCLUDE_DIR)/host-build.mk
define
Host/Configure
(cd
$(HOST_BUILD_DIR);
\
./configure
\
--prefix
=
$(
STAGING_DIR_HOST
)
\
--build
=
$(
GNU_HOST_NAME
)
\
--enable-static
\
--disable-shared
\
--with-gmp
=
$(
STAGING_DIR_HOST
)
\
)
;
endef
define
Host/Compile
make
-C
$(HOST_BUILD_DIR)
all
endef
define
Host/Install
make
-C
$(HOST_BUILD_DIR)
install
endef
define
Host/Clean
rm
-rf
$(HOST_BUILD_DIR)
endef
HOST_CONFIGURE_ARGS
+=
\
--enable-static
\
--disable-shared
\
--with-gmp
=
$(
STAGING_DIR_HOST
)
$(
eval
$(
call HostBuild
))
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