OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [rs6000/] [t-beos] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
# Build the libraries for both hard & soft floating point and ppc/common.
# Build the libraries for both hard & soft floating point and ppc/common.
MULTILIB_OPTIONS = msoft-float mcpu=common
MULTILIB_OPTIONS = msoft-float mcpu=common
MULTILIB_DIRNAMES = soft-float common
MULTILIB_DIRNAMES = soft-float common
# This is probably the correct define, to override the Makefile
# This is probably the correct define, to override the Makefile
# default, but using it causes more problems than it solves.
# default, but using it causes more problems than it solves.
#
#
# Using it will cause fixincludes to try and fix some of the
# Using it will cause fixincludes to try and fix some of the
# mwcc header files, which it seems to do a poor job of.  On
# mwcc header files, which it seems to do a poor job of.  On
# the other hand, not using it will only cause the gcc version
# the other hand, not using it will only cause the gcc version
# of limits.h to lack the header and trailer parts that are
# of limits.h to lack the header and trailer parts that are
# tacked on to it when there is a limits.h in the system header
# tacked on to it when there is a limits.h in the system header
# dir.
# dir.
#
#
# For now it is probably better to change the rule for
# For now it is probably better to change the rule for
# LIMITS_H_TEST to explicitly look for the BeOS limits.h.
# LIMITS_H_TEST to explicitly look for the BeOS limits.h.
# If the gcc limits.h is not set up to #include_next the
# If the gcc limits.h is not set up to #include_next the
# BeOS limits.h, then some things will go undefined, like
# BeOS limits.h, then some things will go undefined, like
# PATH_MAX.
# PATH_MAX.
#SYSTEM_HEADER_DIR=/boot/develop/headers/posix
#SYSTEM_HEADER_DIR=/boot/develop/headers/posix
# Test to see whether  exists in the system header files.
# Test to see whether  exists in the system header files.
LIMITS_H_TEST = [ -f /boot/develop/headers/posix/limits.h ]
LIMITS_H_TEST = [ -f /boot/develop/headers/posix/limits.h ]
# Aix 3.2.x needs milli.exp for -mcpu=common
# Aix 3.2.x needs milli.exp for -mcpu=common
EXTRA_PARTS = milli.exp
EXTRA_PARTS = milli.exp
milli.exp: $(srcdir)/config/rs6000/milli.exp
milli.exp: $(srcdir)/config/rs6000/milli.exp
        rm -f milli.exp
        rm -f milli.exp
        cp $(srcdir)/config/rs6000/milli.exp ./milli.exp
        cp $(srcdir)/config/rs6000/milli.exp ./milli.exp
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.