diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-09-29 14:30:15 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-09-29 14:30:15 +0000 |
commit | 06f35b9dbf40535548b6184285815753e47d9b41 (patch) | |
tree | a372279c42951fc7b5d51c5a87eb10ed3a41c80f /profiles | |
parent | Old. (diff) | |
download | gentoo-2-06f35b9dbf40535548b6184285815753e47d9b41.tar.gz gentoo-2-06f35b9dbf40535548b6184285815753e47d9b41.tar.bz2 gentoo-2-06f35b9dbf40535548b6184285815753e47d9b41.zip |
m68k goes unstable/testing as per concil decision
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/m68k/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/m68k/make.defaults | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/arch/m68k/ChangeLog b/profiles/arch/m68k/ChangeLog index 58be53b7a285..266dd40f25e2 100644 --- a/profiles/arch/m68k/ChangeLog +++ b/profiles/arch/m68k/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/m68k profile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.28 2013/08/22 16:07:40 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/ChangeLog,v 1.29 2013/09/29 14:30:15 dilfridge Exp $ + + 29 Sep 2013; Andreas K. Huettel <dilfridge@gentoo.org> make.defaults: + m68k goes unstable/testing as per concil decision 22 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> use.mask: Mask opencl flag due to lack of virtual/opencl keywording. diff --git a/profiles/arch/m68k/make.defaults b/profiles/arch/m68k/make.defaults index f9905df4f034..21ae57bb748d 100644 --- a/profiles/arch/m68k/make.defaults +++ b/profiles/arch/m68k/make.defaults @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.2 2012/06/16 11:44:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/m68k/make.defaults,v 1.3 2013/09/29 14:30:15 dilfridge Exp $ ARCH="m68k" -ACCEPT_KEYWORDS="m68k" +ACCEPT_KEYWORDS="m68k ~m68k" CHOST="m68k-unknown-linux-gnu" CFLAGS="-O2 -pipe" |