Unbreak patching. The recent change to gcc28 (to make gcc28 work in

-current) broke one of the patches here.

PR:	51740
This commit is contained in:
Daniel Eischen 2003-05-07 13:40:41 +00:00
parent ff23f0e7cb
commit 7d5ef842f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80365

View file

@ -16,12 +16,3 @@
#else
#define LIB_SPEC \
"%{!shared: \
@@ -186,7 +191,7 @@
done. */
#undef LINK_SPEC
-#define LINK_SPEC "-m elf_i386 %{shared:-shared} \
+#define LINK_SPEC "%{shared:-shared} \
%{!shared: \
%{!ibcs: \
%{!static: \