Skip to content

Commit

Permalink
update helpers/bazaar-mcpha.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed May 12, 2018
1 parent bf18420 commit 4483147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/bazaar-mcpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cp -a projects/$project/bazaar $project
arm-linux-gnueabihf-gcc -shared -Wall -fPIC -Os -s $project/src/main.c -o $project/controllerhf.so

server=mcpha-server
arm-linux-gnueabihf-gcc -static -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard projects/$project/server/$server.c -o $project/$server
arm-linux-gnueabihf-gcc -static -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard projects/$project/server/$server.c -lm -lpthread -o $project/$server

server=pha-server
arm-linux-gnueabihf-gcc -static -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard projects/$project/server/$server.c -lpthread -o $project/$server
Expand Down

0 comments on commit 4483147

Please sign in to comment.