initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# odb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ODB_VERSION_MAJOR = 2.4
|
||||
ODB_VERSION = $(ODB_VERSION_MAJOR).0
|
||||
ODB_SOURCE = odb-$(ODB_VERSION).tar.bz2
|
||||
ODB_SITE = https://www.codesynthesis.com/download/odb/$(ODB_VERSION_MAJOR)
|
||||
ODB_LICENSE = GPL-3.0
|
||||
ODB_LICENSE_FILES = LICENSE
|
||||
HOST_ODB_DEPENDENCIES = host-libcutl
|
||||
HOST_ODB_CONF_ENV = CXXFLAGS="$(HOST_CXXFLAGS) -std=c++11"
|
||||
|
||||
# Prevent odb from trying to install the gcc plugin into the hosts
|
||||
# gcc plugin directory. Instead, this will install the gcc plugin
|
||||
# into host/libexec/odb
|
||||
HOST_ODB_CONF_OPTS = --with-gcc-plugin-dir=no
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user