remove file package from test targets
[openadk.git] / toolchain / gcc / patches / 7.2.0 / add-crtreloc.frv
blobdce4a0ea0f218450b48572a2c8e372b099589c28
1 diff -Nur gcc-7.1.0.orig/gcc/config/frv/linux.h gcc-7.1.0/gcc/config/frv/linux.h
2 --- gcc-7.1.0.orig/gcc/config/frv/linux.h       2017-01-01 13:07:43.000000000 +0100
3 +++ gcc-7.1.0/gcc/config/frv/linux.h    2017-06-07 14:52:44.289044131 +0200
4 @@ -27,7 +27,7 @@
5  
6  #undef STARTFILE_SPEC
7  #define STARTFILE_SPEC \
8 -  "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \
9 +  "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} crtreloc.o%s \
10     crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
12  #undef ENDFILE_SPEC