home *** CD-ROM | disk | FTP | other *** search
- | !Run file for the GCCSDK
- | Copyright (c) Nick Burrett, 1996, 1997, 1998, 1999, 2001
- | Copyright (c) GCCSDK Developers 2002, 2003, 2004, 2005, 2006
- | Version 1.19 (17 Sept 2006)
-
- Set GCC$Dir <Obey$Dir>
-
- | Search path used for the compiler binaries
- If "<GCCbin$Path>" = "" Then Set Run$Path <Run$Path>,GCCbin:
- Set GCCbin$Path <GCC$Dir>.bin.
-
- | Search path used for the compiler headers and libraries.
- Set GCCpkg$Path <GCC$Dir>.
-
- | Set the return code limit. UnixLib encodes information within this range
- Set Sys$RCLimit 65536
-
- | Place to store temporary files. Only needed if you really want it to
- | be different than <Wimp$ScrapDir> (which is the UnixLib default for /tmp
- | files).
- | Set UnixFS$/tmp <Wimp$ScrapDir>
-
- | Ensure correct filename translation for a variety of prefixes
- Set UnixEnv$gcc$sfix "f:for:F:fpp:cc:cxx:cpp:c++:C:i:ii:rpo:c:m:h:hh:s:S:xrb:xrs:l:o:y:tcc:cmhg"
- Set UnixEnv$cc1$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$cc1plus$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$cpp$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$g++$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$g77$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$f771$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$gcov$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$make$sfix <UnixEnv$gcc$sfix>
- Set UnixEnv$as$sfix "h:hdr:Hdr:S:s:o"
-
- | Set system variables for controlling UnixLib heap for dynamic areas.
- | See the documentation about UnixLib and dynamic areas.
- | Comment these out if you do *NOT* wish to use dynamic areas.
-
- | For C
- Set gcc$heap ""
- Set cc1$heap ""
- Set cpp$heap ""
-
- | For Fortran 77
- Set g77$heap ""
- Set f771$heap ""
-
- | For C++
- Set g++$heap ""
- Set cc1plus$heap ""
-
- | For the assembler
- Set as$heap ""
-
- | For the linker
- Set ld$heap ""
- Set drlink$heap ""
-
- | For GNU Make
- Set make$heap ""
-
- | Used for extended command lines
- RMEnsure DDEUtils 0.02 RMLoad System:Modules.DDEUtils