#572 closed defect (fixed)
GCC on Irix cannot understand -mtune=r8000
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | 1.0pre8 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
On the system, gcc 2.95.2 is installed (and no cc).
The build script concludes from the machine type that the compile flag
-mtune8000 should be used - but the compiler cannot understand this.
What the build script later reports is that inttypes.h cannot be found, while
the real problem is one of compiler flags.
Changing "-mtune8000" into "-mcpu8000" makes it work again (for that compiler).
$ uname -a
IRIX excelsior 6.5 07091542 IP32 mips
Note:
See TracTickets
for help on using tickets.
Fixed.