diff options
Diffstat (limited to 'gcc/config/x-hpux')
-rw-r--r-- | gcc/config/x-hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/x-hpux b/gcc/config/x-hpux index fa0c555..e9f2f18 100644 --- a/gcc/config/x-hpux +++ b/gcc/config/x-hpux @@ -1,4 +1,4 @@ host-hpux.o : $(srcdir)/config/host-hpux.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/host-hpux.c |