From b7a8b8a3503d7c2c025ebe6a155505d2a5c4b670 Mon Sep 17 00:00:00 2001 From: huangxin Date: Sat, 12 Oct 2019 11:56:51 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E4=BF=AE=E6=94=B9ARM64?= =?UTF-8?q?=E6=8F=90=E7=A4=BAstrftime=E8=AD=A6=E5=91=8A=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20RCA=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Ahuangxin=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Ahuangxi?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Product/build/user.object.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Product/build/user.object.Makefile b/Product/build/user.object.Makefile index 1d9dd7303..6a021016c 100755 --- a/Product/build/user.object.Makefile +++ b/Product/build/user.object.Makefile @@ -37,7 +37,7 @@ PLAT_ARM64_SRCS := $(PLAT_LINUX_SRCS) # gcc CFLAGS COMMON_CFLAGS := -I../../Common -I../../Platform/common -I../../Product/common -DOBJECT_DEMO=1 PLAT_LINUX_CFLAGS += $(COMMON_CFLAGS) -PLAT_ARM64_CFLAGS += $(COMMON_CFLAGS) +PLAT_ARM64_CFLAGS += $(COMMON_CFLAGS) -D_GNU_SOURCE -D__USE_XOPEN PLAT_ARM64_LDFLAGS := -L ../../Platform/build/debug PLAT_LINUX_LDFLAGS := $(PLAT_ARM64_LDFLAGS)