SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
36
lang/bootgcc/patches/patch-libcc1_Makefile_in
Normal file
36
lang/bootgcc/patches/patch-libcc1_Makefile_in
Normal file
|
@ -0,0 +1,36 @@
|
|||
Index: libcc1/Makefile.in
|
||||
--- libcc1/Makefile.in.orig
|
||||
+++ libcc1/Makefile.in
|
||||
@@ -310,6 +310,8 @@ cc1libdir = $(libdir)/$(libsuffix)
|
||||
shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
|
||||
marshall.cc marshall.hh rpc.hh status.hh
|
||||
|
||||
+include $(top_srcdir)/../libversions
|
||||
+
|
||||
marshall_c_source = marshall-c.hh
|
||||
marshall_cxx_source = marshall-cp.hh
|
||||
libcc1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcc1plugin.sym
|
||||
@@ -319,6 +321,7 @@ libcc1plugin_la_LIBADD = $(libiberty)
|
||||
libcc1plugin_la_DEPENDENCIES = $(libiberty_dep)
|
||||
libcc1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
+ $(LIBcc1plugin_LTVERSION) \
|
||||
$(CXXFLAGS) $(libcc1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
|
||||
|
||||
libcp1plugin_la_LDFLAGS = -module -export-symbols $(srcdir)/libcp1plugin.sym
|
||||
@@ -328,6 +331,7 @@ libcp1plugin_la_LIBADD = $(libiberty)
|
||||
libcp1plugin_la_DEPENDENCIES = $(libiberty_dep)
|
||||
libcp1plugin_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
+ $(LIBcp1plugin_LTVERSION) \
|
||||
$(CXXFLAGS) $(libcp1plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
|
||||
|
||||
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
||||
@@ -340,6 +344,7 @@ libcc1_la_LIBADD = $(libiberty)
|
||||
libcc1_la_DEPENDENCIES = $(libiberty_dep)
|
||||
libcc1_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
+ $(LIBcc1_LTVERSION) \
|
||||
$(CXXFLAGS) $(libcc1_la_LDFLAGS) $(LTLDFLAGS) -o $@
|
||||
|
||||
all: cc1plugin-config.h
|
Loading…
Add table
Add a link
Reference in a new issue