summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:13:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:13:05 +0000
commit2758c9f20bbd7360ed1e63fb0505abea46131ee4 (patch)
treefc0323617f78687f2abf9ff44413e63b1f8684c1 /configure.in
parentStack checker on (diff)
downloadrtems-2758c9f20bbd7360ed1e63fb0505abea46131ee4.tar.bz2
Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 12380d814d..4f31e92fcb 100644
--- a/configure.in
+++ b/configure.in
@@ -131,8 +131,11 @@ case "${target}" in
;;
i[[3456]]86-pc-linux*) # unix "simulator" port
target_cpu=unix
- RTEMS_HAS_POSIX_API=no
RTEMS_HOST=Linux
+ # override these settings
+ RTEMS_HAS_POSIX_API=no
+ RTEMS_USE_GCC272=yes
+ RTEMS_LIBC_DIR=/usr
;;
no_cpu-*rtems*)
target_cpu=no_cpu
@@ -140,8 +143,11 @@ case "${target}" in
;;
sparc-sun-solaris*) # unix "simulator" port
target_cpu=unix
- RTEMS_HAS_POSIX_API=no
RTEMS_HOST=Solaris
+ # override these settings
+ RTEMS_HAS_POSIX_API=no
+ RTEMS_USE_GCC272=yes
+ RTEMS_LIBC_DIR=/usr
;;
*)
RTEMS_CANONICAL_TARGET_CPU