1132718Skan# Build the libraries for both hard & soft floating point and ppc/common.
290075Sobrien
390075SobrienMULTILIB_OPTIONS = msoft-float mcpu=common
490075SobrienMULTILIB_DIRNAMES = soft-float common
590075Sobrien
690075Sobrien# This is probably the correct define, to override the Makefile
790075Sobrien# default, but using it causes more problems than it solves.
890075Sobrien#
990075Sobrien# Using it will cause fixincludes to try and fix some of the
1090075Sobrien# mwcc header files, which it seems to do a poor job of.  On
1190075Sobrien# the other hand, not using it will only cause the gcc version
1290075Sobrien# of limits.h to lack the header and trailer parts that are
1390075Sobrien# tacked on to it when there is a limits.h in the system header
1490075Sobrien# dir.
1590075Sobrien#
1690075Sobrien# For now it is probably better to change the rule for
1790075Sobrien# LIMITS_H_TEST to explicitly look for the BeOS limits.h.
1890075Sobrien# If the gcc limits.h is not set up to #include_next the
1990075Sobrien# BeOS limits.h, then some things will go undefined, like
2090075Sobrien# PATH_MAX.
2190075Sobrien
2290075Sobrien#SYSTEM_HEADER_DIR=/boot/develop/headers/posix
2390075Sobrien# Test to see whether <limits.h> exists in the system header files.
2490075SobrienLIMITS_H_TEST = [ -f /boot/develop/headers/posix/limits.h ]
2590075Sobrien
2690075Sobrien# Aix 3.2.x needs milli.exp for -mcpu=common
2790075SobrienEXTRA_PARTS = milli.exp
2890075Sobrienmilli.exp: $(srcdir)/config/rs6000/milli.exp
2990075Sobrien	rm -f milli.exp
3090075Sobrien	cp $(srcdir)/config/rs6000/milli.exp ./milli.exp
31