mkconfig 618 B

12345678910111213141516171819202122232425
  1. #
  2. # Set the following 4 variables. The host system is the system where
  3. # the software will be built; the target system is where it will run.
  4. # They are almost always the same.
  5. # On Nt systems, the ROOT path MUST be of the form 'drive:/path'
  6. ROOT=$HOME/hg/ken-cc
  7. # build system OS type
  8. SYSHOST=Linux
  9. # target system OS type
  10. SYSTARG=Linux
  11. # target system object type
  12. OBJTYPE=386
  13. #
  14. # no changes required beyond this point
  15. #
  16. OBJDIR=$SYSTARG/$OBJTYPE
  17. <$ROOT/mkfiles/mkhost-$SYSHOST # variables appropriate for host system
  18. <$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE # variables used to build target object type