Commit 2e705e5e authored by Claes's avatar Claes

Build x86_64 fix

parent c0e3d466
......@@ -147,9 +147,7 @@ $(export_exe) : $(link_rule) $(export_flv_obj) $(objects)
@ if [ "$(link)" != ":" ]; then \
$(link) -t | grep $(pwre_broot) | awk -f $(pwre_kroot)/tools/bld/src/$(os_name)/ld_trace_to_d.awk -v target=$(target) > $(link_dependencies); \
fi
@ if [ "$(linkcp)" != ":" ]; then \
$(linkcp); \
fi
@ $(linkcp);
clean_exe :
......
......@@ -92,6 +92,8 @@ rt_msg_eobjs := $(eobj_dir)/pwr_msg_co.o $(eobj_dir)/pwr_msg_rt.o
rs_msg_eobjs := $(eobj_dir)/pwr_msg_rs.o
wb_msg_eobjs := $(eobj_dir)/pwr_msg_wb.o $(eobj_dir)/pwr_msg_ge.o $(eobj_dir)/pwr_msg_flow.o
linkcp = :
# Configuration
#ifeq ($(pwre_conf_mysql),1)
# cmysql := -DPWRE_CONF_MYSQL=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment