mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
use T: as temp folder on the Amiga
This commit is contained in:
parent
289eb24e3c
commit
5dd81827b2
@ -115,6 +115,10 @@ choose_tmpdir (void)
|
||||
#ifdef VMS
|
||||
/* Try VMS standard temp logical. */
|
||||
base = try_dir ("/sys$scratch", base);
|
||||
#elif defined(__amiga__)
|
||||
if (!memoized_tmpdir)
|
||||
memoized_tmpdir = xstrdup("T:");
|
||||
return memoized_tmpdir;
|
||||
#else
|
||||
base = try_dir (getenv ("TMPDIR"), base);
|
||||
base = try_dir (getenv ("TMP"), base);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user