20633750 Adjust Userland doxygen build to use the GNU compilers (adjust gcc path)
authorRich Burridge <rich.burridge@oracle.com>
Wed, 04 Mar 2015 08:51:31 -0800
changeset 3904 7dda4f1294c8
parent 3903 bddba77320a5
child 3905 397b904fa22e
20633750 Adjust Userland doxygen build to use the GNU compilers (adjust gcc path)
components/doxygen/Makefile
--- a/components/doxygen/Makefile	Wed Mar 04 07:17:04 2015 -0800
+++ b/components/doxygen/Makefile	Wed Mar 04 08:51:31 2015 -0800
@@ -44,6 +44,9 @@
 include $(WS_MAKE_RULES)/configure.mk
 include $(WS_MAKE_RULES)/ips.mk
 
+# Necessary to find the right gcc during build
+PATH=$(GCC_ROOT)/bin:/usr/bin
+
 COMPILER =		gcc
 
 ifeq   ($(strip $(PARFAIT_BUILD)),yes)