]> git.pld-linux.org Git - packages/gcc.git/blobdiff - gcc-ada-link.patch
- rel .3
[packages/gcc.git] / gcc-ada-link.patch
index e6df6eb96621316b18ba4cad2d3d07c1d86785b9..dd26b510b585ff8c96e91cfdab95a5f24dd2a0b6 100644 (file)
@@ -39,8 +39,8 @@
   s-[a-o]*.adb s-[p-z]*.adb s-[a-o]*.ads s-[p-z]*.ads  
  
  LIBGNAT=../rts/libgnat.a 
--GCC_LINK="$(CC) -static-libgcc $(ADA_INCLUDES)"
-+GCC_LINK="$(CC) $(ADA_INCLUDES)"
+-GCC_LINK=$(CC) -static-libgcc $(ADA_INCLUDES)
++GCC_LINK=$(CC) $(ADA_INCLUDES)
  
  # when compiling the tools, the runtime has to be first on the path so that
  # it hides the runtime files lying with the rest of the sources
This page took 0.03392 seconds and 4 git commands to generate.