Changeset 550


Ignore:
Timestamp:
Aug 8, 2003, 2:50:05 AM (22 years ago)
Author:
bird
Message:

REXX defaults to kRx.exe but is overriable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/t-emx

    • Property cvs2svn:cvs-rev changed from 1.21 to 1.22
    r549 r550  
    1 # The command to run REXX scripts
    2 # (that can invoke CMD.EXE commands! Never user kRx.exe here!)
    3 REXX = $(subst \,/,$(OS2_SHELL)) /c
     1# The command to run REXX scripts (you overload)
     2REXX ?= kRx.exe
    43
    54# EMX target have share libgcc, but the names are release specific and constrained by 8.3 limits.
Note: See TracChangeset for help on using the changeset viewer.