0

when I use 1.1.1d 's build script, encounter some trouble, and how to generate kind of platorm, such as armv8a,armeabi, armv7a,x86..and so on

wangJin
  • 21
  • 1
  • Please further explain your Problem. Try to give the people here as much information as possible so they will be able to help you faster. – Lumnezia Jan 09 '20 at 08:01

1 Answers1

0

You can modify the Makefile file to achieve your goal, the file's name is Makefile.shared, look the point at link_o.gnu goal;

Notice The file is auto generated by make, it doesn't existed by default!

Nico_
  • 1,388
  • 17
  • 31
wangJin
  • 21
  • 1