|
|
| Bugzilla Link |
3591 |
| Resolution |
FIXED |
| Resolved on |
Feb 22, 2010 12:45 |
| Version |
unspecified |
| OS |
FreeBSD |
Extended Description
Reduced test case
mkdir amd64
ln -s amd64/ @
echo 'int main(void) { printf("hi\n"); }' > @/x.c
ccc -c @/x.c
ccc: Unknown host 'freebsd', using generic host information.
ccc: @ style argument lists are unsupported
Should probably be a check if @ is a directory first.