From 2758c9f20bbd7360ed1e63fb0505abea46131ee4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 22:13:05 +0000 Subject: Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg --- configure.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3