From: Michael Tremer Date: Thu, 11 Mar 2010 15:24:13 +0000 (+0100) Subject: naoki: Use toolchain gcc, only. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73dacebc30e2aa1d698ff98c0b066197403ffba;p=ipfire-3.x.git naoki: Use toolchain gcc, only. EXPERIMENTAL. --- diff --git a/naoki/constants.py b/naoki/constants.py index 12951ecd3..ef3f308c6 100644 --- a/naoki/constants.py +++ b/naoki/constants.py @@ -25,9 +25,7 @@ class Config(object): "toolchain" : False, "mandatory_packages" : [ "core/ccache", - "core/gcc", "core/glibc", - "core/make", ], "nice_level" : 0, # diff --git a/pkgs/Constants b/pkgs/Constants index c4a6cefde..47a9d63db 100644 --- a/pkgs/Constants +++ b/pkgs/Constants @@ -47,7 +47,7 @@ define PKG_FILES_$(PKG_NAME_REAL)-devel */lib/*.so endef -PKG_BUILD_DEPS += glibc gcc +PKG_BUILD_DEPS += glibc CONFIGURE_OPTIONS = --prefix=/usr