add m68k diff from kolla (trunk r13114)
authorZac Medico <zmedico@gentoo.org>
Tue, 17 Mar 2009 19:13:12 +0000 (19:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 17 Mar 2009 19:13:12 +0000 (19:13 -0000)
svn path=/main/branches/2.1.6/; revision=13121

cnf/make.conf.m68k.diff [new file with mode: 0644]

diff --git a/cnf/make.conf.m68k.diff b/cnf/make.conf.m68k.diff
new file mode 100644 (file)
index 0000000..ac3d074
--- /dev/null
@@ -0,0 +1,34 @@
+--- make.conf
++++ make.conf.m68k
+@@ -23,6 +23,13 @@
+ # Example:
+ #USE="X gtk gnome -alsa"
++# Host Setting
++# ============
++#
++# m68k-unknown-linux-gnu for all m68k CPUs.
++#
++CHOST="m68k-unknown-linux-gnu"
++
+ # Host and optimization settings 
+ # ==============================
+ #
+@@ -35,7 +42,7 @@
+ #
+ # Please refer to the GCC manual for a list of possible values.
+ #
+-#CFLAGS="-O2 -pipe"
++#CFLAGS="-m68030 -pipe -Os"
+ #
+ # If you set a CFLAGS above, then this line will set your default C++ flags to
+ # the same settings.
+@@ -61,7 +68,7 @@
+ # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
+ # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
+ #
+-#ACCEPT_KEYWORDS="~arch"
++#ACCEPT_KEYWORDS="~m68k"
+ # Portage Directories
+ # ===================