diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
tree | b5877475619e4c938e98757d518bb1e9cbead751 /manual/maint.texi | |
parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.xz glibc-a334319f6530564d22e775935d9c91663623a1b4.zip |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'manual/maint.texi')
-rw-r--r-- | manual/maint.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index 2b9221233a..3d8d24f16a 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -232,6 +232,16 @@ of @file{sysdeps} implements. For example, directory contains various network-oriented operations which only make sense to put in the library on systems that support the Internet.@refill +@item Dist + +This file contains the names of files (relative to the subdirectory of +@file{sysdeps} in which it appears) which should be included in the +distribution. List any new files used by rules in the @file{Makefile} +in the same directory, or header files used by the source files in that +directory. You don't need to list files that are implementations +(either C or assembly source) of routines whose names are given in the +machine-independent makefiles in the main source tree. + @item configure This file is a shell script fragment to be run at configuration time. |