summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-15 02:19:06 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-15 02:19:06 +0000
commitc0fc6b968fba07a15a5c9fc0b71023cb5ef9fa58 (patch)
treed9114183c49ce87fea08c1d2ea6a4a0ee97a7cef /cnf
parentAdd make.conf for amd64-fbsd submitted by Timothy Redaelli <drizzt@g.o>. (diff)
downloadportage-idfetch-c0fc6b968fba07a15a5c9fc0b71023cb5ef9fa58.tar.gz
portage-idfetch-c0fc6b968fba07a15a5c9fc0b71023cb5ef9fa58.tar.bz2
portage-idfetch-c0fc6b968fba07a15a5c9fc0b71023cb5ef9fa58.zip
add m68k diff from kolla
svn path=/main/trunk/; revision=13114
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf.m68k.diff34
1 files changed, 34 insertions, 0 deletions
diff --git a/cnf/make.conf.m68k.diff b/cnf/make.conf.m68k.diff
new file mode 100644
index 00000000..ac3d0748
--- /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
+ # ===================