OSDN Git Service

Build crt[in].o with disabled ssp.
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 28 Sep 2005 18:52:06 +0000 (18:52 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 28 Sep 2005 18:52:06 +0000 (18:52 -0000)
20 files changed:
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/bfin/Makefile
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/e1/Makefile
libc/sysdeps/linux/frv/Makefile
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i960/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/microblaze/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/nios/Makefile
libc/sysdeps/linux/nios2/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh64/Makefile
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/v850/Makefile
libc/sysdeps/linux/x86_64/Makefile

index cf7f1be..cee893a 100644 (file)
@@ -55,14 +55,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -80,4 +80,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/alpha/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 6fe4961..19701e1 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -85,4 +85,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/arm/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index a76e003..b432091 100644 (file)
@@ -55,14 +55,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -79,4 +79,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index f69db25..9063ff7 100644 (file)
@@ -57,14 +57,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -81,4 +81,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 3c18524..e02888a 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -84,4 +84,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 5cda0b4..bfb127a 100644 (file)
@@ -60,7 +60,7 @@ Scrtreloc.o: crtreloc.c
        $(CC) $(CFLAGS) $(PIEFLAG) -c $< -o $@
 
 $(CTOR_TARGETS): %.o : %.S
-       $(CC) $(ASFLAGS) -c $< -o $@
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c $< -o $@
        $(STRIPTOOL) -x -R .note -R .comment $*.o
 
 $(SOBJS): %.o : %.S
@@ -75,5 +75,5 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/frv/link.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
        $(RM) $(TOPDIR)/include/link.h
index b5d3374..5403feb 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -84,4 +84,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 31ed12b..e1795e0 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -85,4 +85,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/i386/fpu_control.h $(TOPDIR)include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index a081e36..b4997b9 100644 (file)
@@ -57,14 +57,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -81,4 +81,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index c3a58aa..00ad88e 100644 (file)
@@ -65,14 +65,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -95,7 +95,7 @@ endif
        $(LN) -fs ../libc/sysdeps/linux/m68k/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
 ifneq ($(strip $(HAVE_ELF)),y)
        $(RM) $(TOPDIR)/include/float.h
 endif
index e47bbef..01b91ef 100644 (file)
@@ -63,14 +63,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -87,4 +87,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 52bed5e..3fe6b54 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -87,5 +87,5 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/mips/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
        $(RM) $(TOPDIR)/include/sgidefs.h
index b351a96..b2b6223 100644 (file)
@@ -54,14 +54,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -79,4 +79,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/nios/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index e3abf4b..0292328 100644 (file)
@@ -54,14 +54,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -79,4 +79,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/nios2/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 393c215..e0d5dcd 100644 (file)
@@ -61,14 +61,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -86,4 +86,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/powerpc/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index aecb890..d986850 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -85,4 +85,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/sh/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 27df532..af49f5f 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -84,4 +84,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 6a160cf..de2fe0a 100644 (file)
@@ -55,14 +55,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -80,4 +80,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/sparc/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index f63bcdf..d20bc89 100644 (file)
@@ -60,14 +60,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -84,4 +84,4 @@ endif
 headers:
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core
index 0ac79f3..c38204e 100644 (file)
@@ -59,14 +59,14 @@ $(COBJS): %.o : %.c
 
 ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y)
 crti.o: crti.S
-       $(CC) $(ASFLAGS) -c crti.S -o crti.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crti.S -o crti.o
 
 $(TOPDIR)lib/crti.o: crti.o
        $(INSTALL) -d $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
-       $(CC) $(ASFLAGS) -c crtn.S -o crtn.o
+       $(CC) $(ASFLAGS) $(SSP_DISABLE_FLAGS) -c crtn.S -o crtn.o
 
 $(TOPDIR)lib/crtn.o: crtn.o
        $(INSTALL) -d $(TOPDIR)lib/
@@ -84,4 +84,4 @@ headers:
        $(LN) -fs ../libc/sysdeps/linux/x86_64/fpu_control.h $(TOPDIR)/include/
 
 clean:
-       $(RM) *.[oa] *~ core
+       $(RM) *.o *~ core