diff --git a/doc/make.texi b/doc/make.texi index d1ceefb..b92bec4 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -9055,7 +9055,7 @@ for full details on suffix rules. @pindex .o @pindex .c @address@hidden is made automatically from @address@hidden with -a recipe of the form @samp{$(CC) $(CPPFLAGS) $(CFLAGS) address@hidden +a recipe of the form @samp{$(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) address@hidden @item Compiling C++ programs @cindex C++, rule to compile @@ -9065,7 +9065,7 @@ a recipe of the form @samp{$(CC) $(CPPFLAGS) $(CFLAGS) address@hidden @pindex .C @address@hidden is made automatically from @address@hidden, @address@hidden, or @address@hidden with a recipe of the form address@hidden(CXX) $(CPPFLAGS) $(CXXFLAGS) -c}. We encourage you to use the address@hidden(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c}. We encourage you to use the suffix @samp{.cc} for C++ source files instead of @address@hidden @item Compiling Pascal programs