Author: pebender
Date: Mon Apr 20 13:18:18 2009
New Revision: 4639
Modified:
trunk/gar-minimyth/script/lib/boost/Makefile
Log:
- Fixed lib/boost so that it builds with gcc snapshot versions.
Modified: trunk/gar-minimyth/script/lib/boost/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/boost/Makefile (original)
+++ trunk/gar-minimyth/script/lib/boost/Makefile Mon Apr 20 13:18:18 2009
@@ -34,8 +34,8 @@
include ../../gar.mk
post-configure:
- @echo "using gcc : $(GCC_VERSION) : $(CXX) ;" >
$(WORKSRC)/user-config.jam
- @echo "using gcc : $(GCC_VERSION) : $(CXX) ;" >>
$(WORKSRC)/tools/build/v2/user-config.jam
+ @echo "using gcc :
$(GCC_MAJOR_VERSION).$(GCC_MINOR_VERSION).$(GCC_TEENY_VERSION) : $(CXX) ;"
> $(WORKSRC)/user-config.jam
+ @echo "using gcc :
$(GCC_MAJOR_VERSION).$(GCC_MINOR_VERSION).$(GCC_TEENY_VERSION) : $(CXX) ;"
>> $(WORKSRC)/tools/build/v2/user-config.jam
@$(MAKECOOKIE)
post-install:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---