File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BE_SYSDIR = ../../../../enginebasic/init_dir/sys
77ARM_CROSS_COMPILE = ~/x-tools/arm-unknown-eabihf/bin/arm-unknown-eabihf-
88X64_CROSS_COMPILE =
99
10- CFLAGS = -O3 -Wall -Wno-unused-function -DENGINEBASIC -I$(BE_SYSDIR ) /include -nostdlib -ffreestanding -DPIXEL_TYPE=uint32_t -DIPIXEL_TYPE=uint32_t -U __UINT32_TYPE__ -U__INT32_TYPE__ -D__UINT32_TYPE__="unsigned int" -D__INT32_TYPE__=int -D_GNU_SOURCE -D__DYNAMIC_REENT__
10+ CFLAGS = -O3 -fpic - Wall -Wno-unused-function -DENGINEBASIC -I$(BE_SYSDIR ) /include -nostdlib -ffreestanding -DPIXEL_TYPE=uint32_t -DIPIXEL_TYPE=uint32_t -U __UINT32_TYPE__ -U__INT32_TYPE__ -D__UINT32_TYPE__="unsigned int" -D__INT32_TYPE__=int -D_GNU_SOURCE -D__DYNAMIC_REENT__
1111ARM_CFLAGS = $(CFLAGS ) -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7
1212X64_CFLAGS = $(CFLAGS )
1313
You can’t perform that action at this time.
0 commit comments