[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - external/gcc3_specific external/prj
Fridrich Å trba
fridrich.strba at bluewin.ch
Tue Feb 19 03:55:31 PST 2013
external/gcc3_specific/makefile.mk | 43 -------------------------------------
external/prj/build.lst | 1
2 files changed, 44 deletions(-)
New commits:
commit 66e5365a626e99752110fb94b4e1469c0dff32bd
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Tue Feb 19 12:51:45 2013 +0100
No need of gcc3_specific either
Change-Id: Ia71e77dbde3d4fe791ca9cdd093951e708e53f32
Signed-off-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/gcc3_specific/makefile.mk b/external/gcc3_specific/makefile.mk
deleted file mode 100644
index 501acfa..0000000
--- a/external/gcc3_specific/makefile.mk
+++ /dev/null
@@ -1,43 +0,0 @@
-PRJ=..
-PRJNAME=external
-TARGET=gcc3_specific
-
-# ------------------------------------------------------------------
-.INCLUDE: settings.mk
-# ------------------------------------------------------------------
-
-.IF "$(SYSTEM_STDLIBS)" != "YES" && "$(COMID)"=="gcc3"
-
-.IF "$(OS)"!="MACOSX" && "$(OS)"!="IOS" && "$(OS)"!="ANDROID" && "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" && "$(OS)"!="DRAGONFLY"
-
-.EXPORT : CC
-
-.IF "$(OS)"=="AIX"
-
-all .SEQUENTIAL : $(LB)$/libstdc++.a $(LB)$/libgcc_s.a
-
-$(LB)$/libstdc++.a :
- $(GCCINSTLIB) libstdc++.a $(LB)
-
-$(LB)$/libgcc_s.a :
- $(GCCINSTLIB) libgcc_s.a $(LB)
-
-.ELSE
-
-all .SEQUENTIAL : $(LB)$/libstdc++.so.$(SHORTSTDCPP3) $(LB)$/libgcc_s.so.$(SHORTSTDC3)
-
-
-$(LB)$/libstdc++.so.$(SHORTSTDCPP3) :
- $(GCCINSTLIB) libstdc++.so.$(SHORTSTDCPP3) $(LB)
-
-$(LB)$/libgcc_s.so.$(SHORTSTDC3) :
- $(GCCINSTLIB) libgcc_s.so.$(SHORTSTDC3) $(LB)
-
-.ENDIF
-
-.ENDIF
-
-.ENDIF
-
-.INCLUDE: target.mk
-
diff --git a/external/prj/build.lst b/external/prj/build.lst
index 65665db..90abdc9 100644
--- a/external/prj/build.lst
+++ b/external/prj/build.lst
@@ -1,7 +1,6 @@
el external : soltools NULL
el external usr1 - all el_mkout NULL
el external\glibc nmake - all el_glibc NULL
-el external\gcc3_specific nmake - all el_gcc3 NULL
el external\mingwheaders nmake - w el_mingwheaders NULL
el external\mingw-dlls nmake - w el_mingwdlls NULL
el external\jawt nmake - w el_jawt NULL
More information about the Libreoffice-commits
mailing list