mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- workaround vi's syntax highlighting
This commit is contained in:
parent
51dd2d4a8b
commit
52e3eee8b9
@ -5,17 +5,19 @@
|
|||||||
# the top level.
|
# the top level.
|
||||||
|
|
||||||
GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION)))
|
GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION)))
|
||||||
#"
|
#"))
|
||||||
TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION)))
|
TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZATION)))
|
||||||
#"
|
#"))
|
||||||
EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
|
EXTRA_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_GCC_CONFIG_OPTIONS)))
|
||||||
#"
|
#"))
|
||||||
ifeq ($(strip $(subst ",, $(BR2_GCC_IS_SNAP))),y)
|
ifeq ($(strip $(subst ",, $(BR2_GCC_IS_SNAP))),y)
|
||||||
|
#"))
|
||||||
GCC_SNAP_DATE:=$(strip $(subst ",, $(BR2_GCC_SNAP_DATE)))
|
GCC_SNAP_DATE:=$(strip $(subst ",, $(BR2_GCC_SNAP_DATE)))
|
||||||
|
#"))
|
||||||
else
|
else
|
||||||
GCC_SNAP_DATE:=
|
GCC_SNAP_DATE:=
|
||||||
endif
|
endif
|
||||||
|
#")))
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_GCC_USE_SJLJ_EXCEPTIONS)),y)
|
ifeq ($(strip $(BR2_GCC_USE_SJLJ_EXCEPTIONS)),y)
|
||||||
GCC_USE_SJLJ_EXCEPTIONS:=--enable-sjlj-exceptions
|
GCC_USE_SJLJ_EXCEPTIONS:=--enable-sjlj-exceptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user