diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index c9daa1a..4c03805 100644 --- a/config.def.h +++ b/config.def.h @@ -1,4 +1,6 @@ +#ifndef DYNAMICLINKER #define DYNAMICLINKER "/lib64/ld-linux-x86-64.so.2" +#endif static char *startfiles[] = { "-l", ":crt1.o", |