Files
kuailexs 7f79f5fae5 整理文件夹
Change-Id: I283c06f2b804fa636b8356e258d38bd6da2e15ab
2020-02-29 23:15:45 +08:00

9 lines
254 B
Bash
Executable File

#!/bin/sh
gcc -m32 -std=gnu99 *.c -o test-debian-x86
arm-linux-gnueabihf-gcc -march=armv7-a -std=gnu99 *.c -o test-debian-armhf
./setCrossEnvironment-armeabi-v7a.sh sh -c \
'set -x ; $CC $CFLAGS -I`pwd`/.. -D_LINUX_IPC_H $LDFLAGS *.c -o test-android'