diff options
Diffstat (limited to 'nptl/sysdeps/pthread/Makefile')
-rw-r--r-- | nptl/sysdeps/pthread/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/Makefile b/nptl/sysdeps/pthread/Makefile index 17f18cb928..1d248bf720 100644 --- a/nptl/sysdeps/pthread/Makefile +++ b/nptl/sysdeps/pthread/Makefile @@ -17,6 +17,10 @@ # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. +ifeq ($(subdir),csu) +CFLAGS-libc-start.c += -I../nptl +endif + ifeq ($(subdir),nptl) libpthread-sysdep_routines += errno-loc endif |