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:
parent
ff23f0e7cb
commit
7d5ef842f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80365
1 changed files with 0 additions and 9 deletions
|
@ -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: \
|
||||
|
|
Loading…
Reference in a new issue