Commit 133de112 by Arnaud Charlet

Minor clean up.

From-SVN: r251867
parent eb0f297f
......@@ -640,7 +640,11 @@ ifeq ($(strip $(filter-out powerpc% wrs vxworks vxworksspe vxworks7 vxworks7spe,
GCC_SPEC_FILES+=vxworks-gnat-crtbe-link.spec
ifeq ($(strip $(filter-out vxworks7%, $(target_os))),)
GCC_SPEC_FILES+=vxworks7-rtp-base-link.spec
ifeq ($(strip $(filter-out powerpc64, $(target_cpu))),)
GCC_SPEC_FILES+=vxworks7-ppc64-rtp-base-link.spec
else
GCC_SPEC_FILES+=vxworks7-rtp-base-link.spec
endif
else
GCC_SPEC_FILES+=vxworks-$(ARCH_STR)-link.spec
GCC_SPEC_FILES+=vxworks-cert-$(ARCH_STR)-link.spec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment