LINK_SPEC patch for FreeBSD

David O'Brien obrien@NUXI.com
Thu May 20 10:30:00 GMT 1999


David O'Brien <obrien@FreeBSD.org>

 	* config/i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
	Also remove a useless comment.


--- gcc/config/i386/freebsd-elf.h	Thu May 20 10:30:10 1999
+++ gcc/config/i386/freebsd-elf.h.new	Thu May 20 10:26:09 1999
@@ -187,7 +187,9 @@
       %{!static: \
 	%{rdynamic:-export-dynamic} \
 	%{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \
-	%{static:-static}}}"
+	%{static:-Bstatic}}}"
+
+/* Get perform_* macros to build libgcc.a.  */
 
 /* A C statement to output to the stdio stream FILE an assembler
    command to advance the location counter to a multiple of 1<<LOG


More information about the Gcc-patches mailing list