m32 option
This commit is contained in:
parent
7347582bfe
commit
f5c6cc6cc7
1 changed files with 2 additions and 1 deletions
|
|
@ -5,9 +5,10 @@ An exercise in minimalism.
|
|||
|
||||
Try the following:
|
||||
|
||||
gcc -o c4 c4.c
|
||||
gcc -o c4 c4.c (you may need the -m32 option on 64bit machines)
|
||||
./c4 hello.c
|
||||
./c4 -s hello.c
|
||||
|
||||
./c4 c4.c hello.c
|
||||
./c4 c4.c c4.c hello.c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue