mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
binutils: Format configure argument list.
This commit is contained in:
@@ -35,7 +35,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
|||||||
#
|
#
|
||||||
ifeq "$(ROOT)" ""
|
ifeq "$(ROOT)" ""
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
EXTRA_CONFIG = --prefix=/usr --enable-shared --disable-nls
|
EXTRA_CONFIG = \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-nls
|
||||||
EXTRA_MAKE = tooldir=/usr
|
EXTRA_MAKE = tooldir=/usr
|
||||||
EXTRA_INSTALL = tooldir=/usr
|
EXTRA_INSTALL = tooldir=/usr
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user