forked from mirrors/gecko-dev
Allow assembly code to compile under OS/2 using IBM's Assembly Language Processor
This commit is contained in:
parent
c31b9474c4
commit
1539641e6d
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ else # XP_OS2_VACPP
|
||||||
# On OS/2 we proudly support gbash...
|
# On OS/2 we proudly support gbash...
|
||||||
#
|
#
|
||||||
SHELL = GBASH.EXE
|
SHELL = GBASH.EXE
|
||||||
|
AS = alp.exe
|
||||||
|
ASFLAGS = -Od
|
||||||
CCC = icc -q -DXP_OS2 -DOS2=4 -N10
|
CCC = icc -q -DXP_OS2 -DOS2=4 -N10
|
||||||
LINK = -ilink
|
LINK = -ilink
|
||||||
AR = -ilib /NOL /NOI /O:$(subst /,\\,$@)
|
AR = -ilib /NOL /NOI /O:$(subst /,\\,$@)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue