mirror of https://github.com/OpenIPC/firmware.git
Update divinus.mk (#1470)
parent
6378e80e49
commit
3609574abb
|
@ -10,9 +10,9 @@ DIVINUS_LICENSE = MIT
|
||||||
DIVINUS_LICENSE_FILES = LICENSE
|
DIVINUS_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y)
|
ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y)
|
||||||
DIVINUS_OPTIONS = "-s -Os -lm"
|
DIVINUS_OPTIONS = "-rdynamic -s -Os -lm"
|
||||||
else
|
else
|
||||||
DIVINUS_OPTIONS = "-s -Os"
|
DIVINUS_OPTIONS = "-rdynamic -s -Os"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define DIVINUS_BUILD_CMDS
|
define DIVINUS_BUILD_CMDS
|
||||||
|
|
Loading…
Reference in New Issue