t.pic won't be defined. We can only hope it has been built with -fPIC. Linker will complain otherwise any way. t.extract_all_objects_recurse() won't be defined. We could support this case by extracting the archive somewhere and pick object files.pull/6210/head
parent
f0565e6dc8
commit
7dd302773d
4 changed files with 21 additions and 1 deletions
@ -0,0 +1,7 @@ |
||||
void flob(void); |
||||
|
||||
int foo(void) |
||||
{ |
||||
flob(); |
||||
return 0; |
||||
} |
Loading…
Reference in new issue