diff options
Diffstat (limited to 'linuxthreads/sysdeps/powerpc/Makefile')
-rw-r--r-- | linuxthreads/sysdeps/powerpc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/powerpc/Makefile b/linuxthreads/sysdeps/powerpc/Makefile index 37eb22ed34..33e4aceb5b 100644 --- a/linuxthreads/sysdeps/powerpc/Makefile +++ b/linuxthreads/sysdeps/powerpc/Makefile @@ -2,3 +2,6 @@ ifeq ($(subdir):$(elf),linuxthreads:yes) # See CFLAGS-initfini.s above; this is the same code. CFLAGS-pt-initfini.s = -g0 -fpic -O1 endif +ifeq ($(subdir),csu) +gen-as-const-headers += tcb-offsets.sym +endif |