Kaydet (Commit) e0614d39 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

yeni bazı parametreler. bunlar paket yönetimini süsleyecek.

üst bd879bbf
[build]
build_host = localhost
# buildhelper = None
commonflags = -U_FORTIFY_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe
commonflags = -U_FORTIFY_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe
cflags = %(commonflags)s
cxxflags = %(commonflags)s
host = armv7l-unknown-linux-gnueabihf
......@@ -39,10 +39,14 @@ bandwidth_limit = 0
destinationdirectory = /
distribution = Sulin ARM
distribution_release = 0.1
distribution_id = cp
distribution_id = s19
# ftp_proxy = None
# http_proxy = None
# https_proxy = None
allow_docs=True
allow_pages=True
allow_dbginfo=True
allow_static=False
ignore_delta = False
ignore_safety = False
package_cache = False
......
......@@ -38,11 +38,15 @@ autoclean = False
bandwidth_limit = 0
destinationdirectory = /
distribution = SulinOS
distribution_release = 2017
distribution_id = s2
distribution_release = 2019
distribution_id = s19
# ftp_proxy = None
# http_proxy = None
# https_proxy = None
allow_docs=True
allow_pages=True
allow_dbginfo=True
allow_static=False
ignore_delta = False
ignore_safety = False
package_cache = False
......
......@@ -13,6 +13,7 @@ fallback = http://source.sulin.org/archives
generateDebug = False
jobs = -j5
ldflags = -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common
#makeflags =
ignored_build_types = pae
[directories]
......@@ -36,6 +37,10 @@ tmp_dir = /var/inary
architecture = x86_64
autoclean = False
bandwidth_limit = 0
allow_docs=True
allow_pages=True
allow_dbginfo=True
allow_static=False
destinationdirectory = /
distribution = Sulin
distribution_release = 2019
......
......@@ -90,12 +90,17 @@ class BuildDefaults:
"""Default values for [build] section"""
build_host = "localhost"
host = "x86_64-linux-gnu"
jobs = "-j1"
jobs = "-j1"
generateDebug = False
enableSandbox = True
cflags = "-mtune=generic -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
cxxflags = "-mtune=generic -O2 -pipe -fomit-frame-pointer -fstack-protector -D_FORTIFY_SOURCE=2"
ldflags = "-Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common"
makeflags = ""
allow_docs=True
allow_pages=True
allow_dbginfo=True
allow_static=False
buildhelper = None
compressionlevel = 9
fallback = "http://www.sulin.com.tr/pub"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment