diff --git a/main.cpp b/main.cpp index 148c0d0..c3aa595 100755 --- a/main.cpp +++ b/main.cpp @@ -2205,6 +2205,7 @@ int server_event_loop() u64_t begin_time=0; u64_t end_time=0; + mylog(log_info,"now listening at %s:%d\n",my_ntoa(local_ip_uint32),local_port); while(1)//////////////////////// { diff --git a/makefile b/makefile index cad2def..4574c8b 100755 --- a/makefile +++ b/makefile @@ -23,6 +23,10 @@ debug: ar71xx: ${cc_ar71xx} -o ${NAME}_ar71xx -I. ${SOURCES} ${FLAGS} -lrt -lgcc_eh -static -O3 + +#ar71xx_asm_aes: +# ${cc_ar71xx} -o ${NAME}_ar71xx_asm_aes -I. ${SOURCES_AES_ACC} ${FLAGS} -lrt -lgcc_eh -static -O3 -DHAVE_ASM lib/aes_acc/asm/mips.S + bcm2708: ${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3 amd64: