Changed 68k to x86 in lynxos files.

This commit is contained in:
Janet B. Anderson
2000-06-28 19:51:38 +00:00
parent a88c0b7b4e
commit 60fa2b0694
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# CONFIG.lynxos-68k.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for lynxos-68k host archs
# Sites may override these definitions in CONFIG_SITE.lynxos-68k.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
WIND_HOST_TYPE = lynxos

View File

@@ -0,0 +1,31 @@
# CONFIG.lynxos-x86.lynxos-x86
#
# $Id$
#
# This file is maintained by the build community.
# Sites may override these definitions in CONFIG_SITE.lynxos-x86.lynxos-x86
#-------------------------------------------------------
OS_CLASS = lynxos
ARCH_CLASS = x86
GNU_DIR = /usr
# Configure OS vendor C compiler
# These are overrides of ANSI and CPLUSPLUS values in CONFIG_SITE
# since OS vendor compilers is gnu compiler
ANSI=GCC
CPLUSPLUS=G++
# Configure gnu C compiler
GCC = gcc
G++ = g++
AR = ar -rc
ARFLAGS =
RANLIB = ranlib -t
ARCH_DEP_CPPFLAGS += -D_X86_
ARCH_DEP_LDFLAGS =
ARCH_DEP_LDLIBS = -lposix4d9 -lpthread