Skip to content

Commit

Permalink
gdut-drcom: fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jul 3, 2023
1 parent fed67d1 commit e132868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/user/gdut-drcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SRC_URL = https://github.com/chenhaowen01/gdut-drcom/archive/1.6.8.tar.gz
THISDIR = $(shell pwd)

all: download_test extract_test
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)/src CC=$(CONFIG_CROSS_COMPILER_ROOT)/bin/mipsel-linux-uclibc-gcc
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)/src

download_test:
( if [ ! -f $(SRC_NAME).tar.gz ]; then \
Expand Down
Binary file removed trunk/user/gdut-drcom/gdut-drcom-1.6.8.tar.gz
Binary file not shown.

0 comments on commit e132868

Please sign in to comment.