You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,16 +0,0 @@
|
||||
// clang -target x86_64-linux-gnu -shared -fPIC -lc dynamic-table.c \
|
||||
// -o dynamic-table-so.x86 -Wl,-f,aux.so -Wl,-F,filter.so
|
||||
// clang -target mipsel-linux-gnu -shared -fPIC -lc dynamic-table.c \
|
||||
// -o dynamic-table-so.mips
|
||||
// clang -target mipsel-linux-gnu -lc dynamic-table.c \
|
||||
// -o dynamic-table-exe.mips
|
||||
// clang -target aarch64-linux-gnu -fPIC -shared dynamic-table.c\
|
||||
// -o dynamic-table-so.aarch64
|
||||
int puts(const char *);
|
||||
|
||||
__thread int foo;
|
||||
|
||||
int main(void) {
|
||||
puts("Hello, World");
|
||||
foo = 0;
|
||||
}
|
Reference in New Issue
Block a user