Author: pebender
Date: Sat Jul 11 11:29:51 2009
New Revision: 5150
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Fixed an error in mm_CFLAGS when mm_GARCH=c3.
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 Sat Jul 11
11:29:51 2009
@@ -15,6 +15,9 @@
- Fixed a bug in the generation of the minimyth.conf.mk included in the
image.
+Fixed build system
+ - Fixed an error in mm_CFLAGS when mm_GARCH=c3.
+
Updated packages
Updated lib/libvorbis.
Updated perl/perl-libwww-perl.
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Sat Jul 11 11:29:51 2009
@@ -157,7 +157,7 @@
)-minimyth-linux-gnu
mm_CFLAGS ?= $(strip \
-pipe
\
- $(if $(filter
c3 ,$(mm_GARCH)),-march=c3-2 -mtune=c3 -Os
) \
+ $(if $(filter
c3 ,$(mm_GARCH)),-march=c3 -mtune=c3 -Os
) \
$(if $(filter
c3-2 ,$(mm_GARCH)),-march=c3-2 -mtune=c3-2 -Os
-mfpmath=sse) \
$(if $(filter
pentium-mmx ,$(mm_GARCH)),-march=pentium-mmx -mtune=generic -Os
) \
$(if $(filter
x86-64 ,$(mm_GARCH)),-march=x86-64 -mtune=generic -O3
-mfpmath=sse) \
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---