mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
binutils: Format configure argument list.
This commit is contained in:
@@ -35,7 +35,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
#
|
||||
ifeq "$(ROOT)" ""
|
||||
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_INSTALL = tooldir=/usr
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user