Changeset 7a524954 in rtems for configure.in

Timestamp:
02/04/98 15:54:31 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b37137b
Parents:
e44e678
Message:

Change suggested by Ralf Corsepius:

I am not sure if this is related to this problem, but here is an observation:

All config.sub scripts from rtems' intrastructure packages internally
transform i386-rtems into i386-pc-rtems

newlib-1.8.0-rtems/config.sub i386-rtems --> i386-pc-rtems
egcs-1.0/config.sub i386-rtems ---> i386-pc-rtems
egcs-1.0.1/config.sub i386-rtems ---> i386-pc-rtems
bintutils-2.8.1.0.19/config.sub i386-rtems ---> i386-pc-rtems
gas-98xxxx/config.sub i386-rtems ---> i386-pc-rtems

The only exception is rtems itself:

rtems/config.sub i386-rtems ---> i386-rtems

I am not sure if this influences i386-rtems + c++/posix, but this indicates
that rtems' config.sub script should to be updated.
To fix this, simply copying config.sub e.g. from egcs and removing all
i[3456]-rtems* case statement lines from configure.in should be sufficient.

BTW, from autoconf's point of view i386-pc-rtems is the correct target
conforming autoconf's naming conventions, but using i386-rtems for all
packages (infrastructure and rtems) should make no difference.

(No files)

Note: See TracChangeset for help on using the changeset viewer.