mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-09 15:37:16 +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;
|
|
}
|