Installer-Toolchain nochmals ueberarbeitet.

Kompiliert wenigstens schonmal durch...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@373 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-01 10:49:07 +00:00
parent 5e204d581b
commit a50d04ab1c
11 changed files with 246 additions and 216 deletions

View File

@@ -38,10 +38,15 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
ifeq "$(ROOT)" ""
ifeq "$(LFS_PASS)" "install"
TARGET = $(DIR_INFO)/$(THISAPP)-install
EXTRA_CONFIG = --target=$(MACHINE)-linux-uclibc --prefix=/opt/$(MACHINE)-uClibc --disable-nls \
--with-sysroot=/opt/$(MACHINE)-uClibc/$(MACHINE)-linux-uclibc
EXTRA_MAKE =
EXTRA_INSTALL =
EXTRA_CONFIG = --prefix=/opt/$(MACHINE)-uClibc \
--build=$(MACHINE)-pc-linux-gnu \
--host=$(MACHINE)-pc-linux-gnu \
--target=$(MACHINE)-linux-uclibc \
--disable-nls \
--enable-multilib \
--disable-werror
EXTRA_MAKE = all
EXTRA_INSTALL =
else
TARGET = $(DIR_INFO)/$(THISAPP)
EXTRA_CONFIG = --prefix=/usr --enable-shared --disable-nls