Skip to content

Commit 0738a89

Browse files
committed
let use any gcc version to compile it on POSIX
1 parent ccb6817 commit 0738a89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linux/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
32:
2-
gcc-4.3 -Wall -Os shellcodeexec.c -o shellcodeexec
2+
gcc -Wall -Os shellcodeexec.c -o shellcodeexec
33
strip -sx shellcodeexec
44

55
64:
6-
gcc-4.3 -Wall -Os shellcodeexec.c -fPIC -o shellcodeexec
6+
gcc -Wall -Os shellcodeexec.c -fPIC -o shellcodeexec
77
strip -sx shellcodeexec

0 commit comments

Comments
 (0)