mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
Fix up Linux port.
svn path=/trunk/; revision=13991
This commit is contained in:
parent
bf89d5df7d
commit
29f3606a01
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ ifeq ($(HOST),)
|
||||||
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
||||||
HOST=mingw32-windows
|
HOST=mingw32-windows
|
||||||
else
|
else
|
||||||
HOST=mingw32-linux
|
export HOST=mingw32-linux
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ endif
|
||||||
#
|
#
|
||||||
ifeq ($(HOST),mingw32-linux)
|
ifeq ($(HOST),mingw32-linux)
|
||||||
export NASM_FORMAT = win32
|
export NASM_FORMAT = win32
|
||||||
export PREFIX = mingw32-
|
export PREFIX = i386-mingw32-
|
||||||
export EXE_POSTFIX :=
|
export EXE_POSTFIX :=
|
||||||
export EXE_PREFIX := ./
|
export EXE_PREFIX := ./
|
||||||
export DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
export DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
||||||
|
|
Loading…
Reference in a new issue