Skip to content

Commit

Permalink
Merge pull request #700 from pavel-demin/develop
Browse files Browse the repository at this point in the history
update helpers/bazaar-mcpha.sh
  • Loading branch information
pavel-demin authored May 12, 2018
2 parents 43ed9fd + 4483147 commit 9868d06
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 9868d06

Please sign in to comment.