From: Zac Medico Date: Tue, 17 Mar 2009 19:13:12 +0000 (-0000) Subject: add m68k diff from kolla (trunk r13114) X-Git-Tag: v2.1.6.9~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6bfd9d170e6e2a0274255dfcf4ebe05d5325f96;p=portage.git add m68k diff from kolla (trunk r13114) svn path=/main/branches/2.1.6/; revision=13121 --- diff --git a/cnf/make.conf.m68k.diff b/cnf/make.conf.m68k.diff new file mode 100644 index 000000000..ac3d0748f --- /dev/null +++ b/cnf/make.conf.m68k.diff @@ -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 + # ===================