sparc and sparc64 also need -Fisparcgen, because this directory contains include files

git-svn-id: trunk@36393 -
This commit is contained in:
pierre 2017-06-01 13:42:35 +00:00
parent d5d3887dc3
commit a6d1019514

View File

@ -287,12 +287,12 @@ endif
# Sparc specific
ifeq ($(PPC_TARGET),sparc)
override LOCALOPT+=-Fusparcgen
override LOCALOPT+=-Fusparcgen -Fisparcgen
endif
# Sparc specific
ifeq ($(PPC_TARGET),sparc64)
override LOCALOPT+=-Fusparcgen
override LOCALOPT+=-Fusparcgen -Fisparcgen
endif
# ARM specific