Changed 68k to x86 in lynxos files.
This commit is contained in:
14
configure/os/CONFIG.lynxos-x86.Common
Normal file
14
configure/os/CONFIG.lynxos-x86.Common
Normal 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
|
||||
|
||||
31
configure/os/CONFIG.lynxos-x86.lynxos-x86
Normal file
31
configure/os/CONFIG.lynxos-x86.lynxos-x86
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user