summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-04 15:54:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-04 15:54:31 +0000
commit7a524954fec2fffa9ae152984385ece3719e8a72 (patch)
treeed1bc0348d153651bc2f0069887626fb3282988f /configure.in
parentCleaned up the definition of CONSOLE_USE_POLLED and CONSOLE_USE_INTERRUPTS. (diff)
downloadrtems-7a524954fec2fffa9ae152984385ece3719e8a72.tar.bz2
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 78dfb4e343..f84333f8a2 100644
--- a/configure.in
+++ b/configure.in
@@ -135,9 +135,6 @@ case "${target}" in
skip_startfiles="yes"
RTEMS_HAS_POSIX_API=no
;;
- i[[3456]]86-rtems*)
- target_cpu=i386
- ;;
i[[3456]]86-pc-linux*) # unix "simulator" port
target_cpu=unix
RTEMS_HAS_POSIX_API=no