From d35e22857ca2a9210dac566a94e23624b1f02736 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Feb 2011 00:48:20 -0600 Subject: [PATCH] amd64/SS4200: move base config options to src.conf instead of make.conf --- worlds/amd64/SS4200/config/make.conf | 3 --- worlds/amd64/SS4200/config/src.conf | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/worlds/amd64/SS4200/config/make.conf b/worlds/amd64/SS4200/config/make.conf index 77f1fdc..6974722 100644 --- a/worlds/amd64/SS4200/config/make.conf +++ b/worlds/amd64/SS4200/config/make.conf @@ -11,9 +11,6 @@ MAKE_JOBS_NUMBER=8 NO_PROFILE=yes WITHOUT_X11=yes -# Kernel build configuration -KERNCONF=SS4200 - # Caching proxy for fetches http_proxy=http://gateway.cyberleo.net:46565 ftp_proxy=http://gateway.cyberleo.net:46565 diff --git a/worlds/amd64/SS4200/config/src.conf b/worlds/amd64/SS4200/config/src.conf index f8a0296..ef5e3a3 100644 --- a/worlds/amd64/SS4200/config/src.conf +++ b/worlds/amd64/SS4200/config/src.conf @@ -1,5 +1,12 @@ +# Compilation knobs + +CFLAGS+=-O2 -pipe +COPTFLAGS+=-O2 -pipe +CPUTYPE?=nocona + # Kernel knobs +KERNCONF=SS4200 MODULES_OVERRIDE=accf_data accf_dns accf_http aesni ahci aio alq cd9660_iconv coretemp crypto cryptodev cyclic dtrace/dtmalloc dtrace/dtnfsclient dtrace/dtrace dtrace/dtraceall dtrace/dtrace_test dtrace/fbt dtrace/lockstat ext2fs fdescfs geom/geom_bde geom/geom_bsd geom/geom_cache geom/geom_ccd geom/geom_concat geom/geom_eli geom/geom_fox geom/geom_gate geom/geom_journal geom/geom_label geom/geom_linux_lvm geom/geom_mbr geom/geom_mirror geom/geom_multipath geom/geom_nop geom/geom_part/geom_part_apm geom/geom_part/geom_part_bsd geom/geom_part/geom_part_ebr geom/geom_part/geom_part_gpt geom/geom_part/geom_part_mbr geom/geom_part/geom_part_pc98 geom/geom_part/geom_part_vtoc8 geom/geom_pc98 geom/geom_raid3 geom/geom_sched/gsched_rr geom/geom_sched/gs_sched geom/geom_shsec geom/geom_stripe geom/geom_sunlabel geom/geom_uzip geom/geom_vinum geom/geom_virstor geom/geom_vol_ffs geom/geom_zero hpfs hwpmc i2c/controllers/ichsmb i2c/smbus ichwd iscsi/initiator libalias/libalias libiconv libmbpool libmchain md mqueue msdosfs_iconv nfscl nfsclient nfscommon nfs_common nfsd nfslock nfslockd nfsserver nfssvc nmdm nullfs opensolaris pmc rc4 rndtest siis smbfs tmpfs udf udf_iconv unionfs usb/quirk usb/xhci xfs zfs zlib # Userland knobs -- 2.42.0