summaryrefslogtreecommitdiff
path: root/pcr/upp/GCC.bm
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:22 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 00:13:22 +0100
commit6bc15bfbc43c03e8560b9f9a765da215ca3f8252 (patch)
tree2c4ccda8ed22c0929fd6828e4b7ee97c0c2c0a1c /pcr/upp/GCC.bm
parentcb5a9cc0d53f3616d0d922ee5e649d55c5831f5f (diff)
pcr/upp: added
Diffstat (limited to 'pcr/upp/GCC.bm')
-rw-r--r--pcr/upp/GCC.bm23
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/upp/GCC.bm b/pcr/upp/GCC.bm
new file mode 100644
index 000000000..602c0764c
--- /dev/null
+++ b/pcr/upp/GCC.bm
@@ -0,0 +1,23 @@
+BUILDER = "GCC";
+COMPILER = "";
+COMMON_OPTIONS = "";
+COMMON_CPP_OPTIONS = "";
+COMMON_C_OPTIONS = "";
+COMMON_FLAGS = "";
+DEBUG_INFO = "2";
+DEBUG_BLITZ = "1";
+DEBUG_LINKMODE = "1";
+DEBUG_OPTIONS = "-O0";
+DEBUG_FLAGS = "";
+DEBUG_LINK = "";
+RELEASE_BLITZ = "0";
+RELEASE_LINKMODE = "1";
+RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections";
+RELEASE_SIZE_OPTIONS = "-Os -finline-limit=20 -ffunction-sections -fdata-sections";
+RELEASE_FLAGS = "";
+RELEASE_LINK = "-Wl,--gc-sections";
+DEBUGGER = "gdb";
+PATH = "";
+INCLUDE = "/usr/include/freetype2;/usr/include/gtk-2.0;/usr/include/glib-2.0;/usr/lib64/glib-2.0/include;/usr/lib64/gtk-2.0/include;/usr/lib/glib-2.0/include;/usr/lib/gtk-2.0/include;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/X11R6/include;/usr/X11R6/include/freetype2;/usr/X11R6/include/gtk-2.0;/usr/X11R6/include/glib-2.0;/usr/X11R6/lib/glib-2.0/include;/usr/X11R6/lib/gtk-2.0/include;/usr/X11R6/include/cairo;/usr/X11R6/include/pango-1.0;/usr/X11R6/include/atk-1.0;/usr/include/c++/4.5.0;/usr/include/c++/4.5.0/i686-pc-linux-gnu;/usr/include/webkit-1.0;/usr/include/libsoup-2.4;/usr/include/libxml2";
+LIB = "/usr/X11R6/lib;/usr/lib64;/usr/lib;/usr/local/lib";
+LINKMODE_LOCK = "0";