mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-09 08:48:27 +02:00
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:
13
lfs/binutils
13
lfs/binutils
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user