From 08914204b050bbb13c924bb33ab2569ce73e1622 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 29 Apr 2014 23:33:49 +0200 Subject: [PATCH] toolchain.conf: changed to not enable ccache by default Disk I/O didn't scaled the way CPUs did in the last years so there is not much sense to waste lots of I/O and gaining nothing on normal disks. --- pkgsel.d/Development_/Ugly/toolchain.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgsel.d/Development_/Ugly/toolchain.conf b/pkgsel.d/Development_/Ugly/toolchain.conf index 766b583..9f2268c 100644 --- a/pkgsel.d/Development_/Ugly/toolchain.conf +++ b/pkgsel.d/Development_/Ugly/toolchain.conf @@ -1,11 +1,12 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: target/mnemosyne/pkgsel/Development_/Ugly/toolchain.conf +# +# Filename: target/mnemosyne/pkgsel.d/Development_/Ugly/toolchain.conf +# Copyright (C) 2014 The OpenSDE Project # Copyright (C) 2002 - 2006 Alejandro Mery -# +# # More information can be found in the files COPYING and README. -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the @@ -20,4 +21,3 @@ if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == embedded -o \ hack_stages 0 automake autoconf binutils flex libtool ccache fi -SDECFGSET_PKG_CCACHE_USEIT=1