You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -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