mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-21 21:16:51 +00:00
there is no -mtune=generic
This commit is contained in:
parent
a757e0619d
commit
84f1a31821
4
all
4
all
@ -1203,7 +1203,7 @@ case "$cmd" in
|
|||||||
;;
|
;;
|
||||||
release-engine-win32)
|
release-engine-win32)
|
||||||
verbose "$SELF" release-compile win32 \
|
verbose "$SELF" release-compile win32 \
|
||||||
'STRIP=: DP_MAKE_TARGET=mingw CC="i586-mingw32msvc-gcc -march=i686 -mtune=generic -g -Wl,--dynamicbase -Wl,--nxcompat -I.deps/include -L.deps/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" WINDRES="i586-mingw32msvc-windres" SDL_CONFIG=".deps/bin/sdl-config" LIB_JPEG= CFLAGS_LIBJPEG= WIN32RELEASE=1 D3D=0' \
|
'STRIP=: DP_MAKE_TARGET=mingw CC="i586-mingw32msvc-gcc -march=i686 -g -Wl,--dynamicbase -Wl,--nxcompat -I.deps/include -L.deps/lib -DUSE_WSPIAPI_H -DSUPPORTIPV6" WINDRES="i586-mingw32msvc-windres" SDL_CONFIG=".deps/bin/sdl-config" LIB_JPEG= CFLAGS_LIBJPEG= WIN32RELEASE=1 D3D=0' \
|
||||||
win 'fteqcc.exe:Xonotic/fteqcc/fteqcc.exe' \
|
win 'fteqcc.exe:Xonotic/fteqcc/fteqcc.exe' \
|
||||||
'' ''
|
'' ''
|
||||||
verbose "$SELF" release-compile win32 \
|
verbose "$SELF" release-compile win32 \
|
||||||
@ -1234,7 +1234,7 @@ case "$cmd" in
|
|||||||
;;
|
;;
|
||||||
release-engine-linux32)
|
release-engine-linux32)
|
||||||
verbose "$SELF" release-compile linux32 \
|
verbose "$SELF" release-compile linux32 \
|
||||||
'STRIP=: CC="gcc -m32 -march=i686 -mtune=generic -g -I.deps/include -L.deps/lib -DSUPPORTIPV6" DP_MODPLUG_STATIC_LIBDIR=.deps/lib LIB_JPEG=.deps/lib/libjpeg.a' \
|
'STRIP=: CC="gcc -m32 -march=i686 -g -I.deps/include -L.deps/lib -DSUPPORTIPV6" DP_MODPLUG_STATIC_LIBDIR=.deps/lib LIB_JPEG=.deps/lib/libjpeg.a' \
|
||||||
all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux32' \
|
all 'fteqcc.bin:Xonotic/fteqcc/fteqcc.linux32' \
|
||||||
release 'darkplaces-glx:Xonotic/xonotic-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated'
|
release 'darkplaces-glx:Xonotic/xonotic-linux32-glx darkplaces-sdl:Xonotic/xonotic-linux32-sdl darkplaces-dedicated:Xonotic/xonotic-linux32-dedicated'
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user