mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
5548313d47
For nasm, we cannot just use __PIC__ from the preprocessor, so add a probe test for it.
4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
int main(void) {
|
|
return __PIC__ == 0;
|
|
}
|