Author: pebender
Date: Sun May 3 09:51:50 2009
New Revision: 4700
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/devel/binutils/Makefile
Log:
- Fixed devel/binutils so that it builds static libraries as well.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun May 3
09:51:50 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 66 (2009-05-01):
+Changes since 66 (2009-05-02):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
@@ -25,6 +25,9 @@
Modified build system
- Added GNU Free Document License 1.3.
+
+Fixed build system
+ - Fixed devel/binutils so that it builds static libraries as well.
Removed packages
Removed nvidia/nvidia-180.44.
Modified: trunk/gar-minimyth/script/devel/binutils/Makefile
==============================================================================
--- trunk/gar-minimyth/script/devel/binutils/Makefile (original)
+++ trunk/gar-minimyth/script/devel/binutils/Makefile Sun May 3 09:51:50
2009
@@ -35,8 +35,6 @@
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST)
--target=$(GARTARGET) \
--disable-multilib \
- --enable-shared \
- --disable-static \
--with-mpfr-include=$(DESTDIR)$(includedir) \
--with-mpfr-lib=$(DESTDIR)$(libdir) \
--with-gmp-include=$(DESTDIR)$(includedir) \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---