diff options
-rwxr-xr-x | makewin32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makewin32.sh b/makewin32.sh index 37bcb2ab..3c5f2e18 100755 --- a/makewin32.sh +++ b/makewin32.sh @@ -1,5 +1,5 @@ #!/bin/sh -./configure --with-localedir=share/locale 'CC=gcc -mcpu=pentium3' CFLAGS=-O3 \ +./configure --with-localedir=share/locale 'CC=gcc -mtune=pentium3' CFLAGS=-O3 \ && make \ && make install-strip prefix=$HOME/dist |