Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#572 closed defect (fixed)

GCC on Irix cannot understand -mtune=r8000

Reported by: eriksoe+mplayer@… Owned by: diego@…
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

Change History (1)

comment:1 by diego@…, 18 years ago

Resolution: fixed
Status: newclosed

Fixed.

Note: See TracTickets for help on using tickets.