Revision: 5710 Author: pebender Date: Sat Oct 17 21:21:58 2009 Log: Changed glibc's minimum kernel version to 2.6.31.
http://code.google.com/p/minimyth/source/detail?r=5710 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/devel/glibc/Makefile /trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile /trunk/gar-minimyth/script/devel/glibc-headers/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 17 21:14:48 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 17 21:21:58 2009 @@ -33,3 +33,4 @@ Modified build system - Added $(DESTDIR)$(datadir)/pkgconfig to PKG_CONFIG_LIBDIR. + - Changed glibc's minimum kernel version to 2.6.31. ======================================= --- /trunk/gar-minimyth/script/devel/glibc/Makefile Fri Oct 16 09:42:07 2009 +++ /trunk/gar-minimyth/script/devel/glibc/Makefile Sat Oct 17 21:21:58 2009 @@ -36,7 +36,7 @@ CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ --enable-bind-now \ - --enable-kernel=2.6.30 \ + --enable-kernel=2.6.31 \ --with-binutils=$(build_DESTDIR)$(build_bindir) \ --without-gd \ --without-cvs \ ======================================= --- /trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile Sat Jun 20 09:13:36 2009 +++ /trunk/gar-minimyth/script/devel/glibc-crtobjs/Makefile Sat Oct 17 21:21:58 2009 @@ -29,7 +29,7 @@ CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ --enable-bind-now \ - --enable-kernel=2.6.30 \ + --enable-kernel=2.6.31 \ --with-binutils=$(build_DESTDIR)$(build_bindir) \ --without-gd \ --without-cvs \ ======================================= --- /trunk/gar-minimyth/script/devel/glibc-headers/Makefile Sat Jun 20 09:13:36 2009 +++ /trunk/gar-minimyth/script/devel/glibc-headers/Makefile Sat Oct 17 21:21:58 2009 @@ -18,7 +18,7 @@ CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ --disable-sanity-checks \ - --enable-kernel=2.6.30 \ + --enable-kernel=2.6.31 \ --with-binutils=$(build_DESTDIR)$(build_bindir) \ --without-cvs \ --with-headers=$(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 -~----------~----~----~----~------~----~------~--~---
