Skip to content

Commit

Permalink
trinity: add build-deps for building 32-bit application
Browse files Browse the repository at this point in the history
fix the following issues:
-------------------
root@lkp-nex04 ~/trinity# CC="gcc -m32" make
  CC        trinity
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: error: ld returned 1 exit status
Makefile:124: recipe for target 'trinity' failed
make: *** [trinity] Error 1
-------------------

Signed-off-by: Li Zhijian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
zhijianli88 authored and rli9 committed Nov 10, 2017
1 parent 084fde4 commit 5585ec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distro/depends/trinity-dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ libtimedate-perl
libxml2
man-db
po-debconf
lib32gcc-7-dev
lib32gcc-6-dev

0 comments on commit 5585ec9

Please sign in to comment.