Christian Wiese
f81bf06e5a
architecure/arm: fixed to also expose fpu optimisation settings when softfp float ABI is selected
11 years ago
Alejandro Mery
7c9e9e512b
filter: remove SDECFG_FILTER_NODEVEL as it destroys .la fixing
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
f5c7b17123
sde-build-tools: move strip_wrapper into a separated file and fix bashism
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
29ed6412bb
architecture: changed arm to add the architecture into SDECFG_ID
11 years ago
Christian Wiese
1fce2aac4a
architecture: changed arm config to always make the ARM architecture chooseable
11 years ago
Christian Wiese
2f45e5e6e2
architecture: added generic arm config options
Note:
This options are available when "generic" optimization is selected!
12 years ago
Christian Wiese
f68ce312bd
architecture: remove support for DEC Alpha CPUs
This architecture can be considered pretty dead
https://en.wikipedia.org/wiki/DEC_Alpha
.............................................................................
On June 25, 2001, Compaq announced that Alpha would be phased out by 2004 in
favor of Intel's Itanium, canceled the planned EV8 chip, and sold all Alpha
intellectual property to Intel.
.............................................................................
11 years ago
Alejandro Mery
81792c7e27
sde-update-tree: auto-stash (and restore) local changes on update before the rebase
11 years ago
Alejandro Mery
d8854f53dc
Config: add -t option to create new configs for a given target
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
7f9841b742
sde-download: fix file 5.12 support when checking .jar files
11 years ago
Alejandro Mery
1642dffca8
flags: introduce GNU99 flag, to hardcode -std=gnu99
11 years ago
Christian Wiese
9d7b6b9b2d
lib/functions.in: improve postflist_static_lib() to also move .o files from /lib -> /usr/lib
libc's install special object files like Scrt1.o, crt1.o, crti.o and crtn.o.
This files are not needed at runtime, so it makes no sense to keep them in
/lib.
11 years ago
Alejandro Mery
60f217e6bf
init: adjust to the new location of functions.in
11 years ago
Alejandro Mery
78d522b2f6
sde-cleanup: don't rant about .gitattributes files
11 years ago
Alejandro Mery
cd01a53887
sde-update-tree: call ./update.sh scripts when present in the root of a git/svn tree
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
994a79048f
lib/function.in: fixed to not prefix CMAKE_INSTALL_PREFIX with $root
12 years ago
Christian Wiese
d4727654a1
sde-cleanup-linger: improved patterns to not remove any file starting with 'core'
11 years ago
Christian Wiese
5049b7ebef
sde-check-system: added bc to the paranoia check
Since linux kernel version >= 3.10 bc is needed to build it, which is a
side-effect of removing the dependency on perl.
11 years ago
Alejandro Mery
f27f65e18e
sde-reschedule: silence ENOTDIR errors from rmdir()
and sightly refactor the remove_package() function
11 years ago
Alejandro Mery
d419cca3fc
sde-reschedule: fix case when there is no flist available
11 years ago
Alejandro Mery
83fcf61148
sde-reschedule: fix no-filename case in remove_package()
11 years ago
Alejandro Mery
8933c7588f
sde-reschedule: remove `mine` dependency
11 years ago
Alejandro Mery
ff71141e76
sde-install: change `sudo ./bin/sde install` to install at /usr/local/bin
instead of $HOME/bin, because on some systems `sudo` alters $PATH for
security reasons
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
9e24b38d9d
sde: fix `sudo ./bin/sde install` case
so we can actually `sudo sde ....` later
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Alejandro Mery
da47b1f183
Add .gitattributes for proper cross-OS text file handing
11 years ago
Christian Wiese
68ec67b8de
sde-download: improved to use download.mirror_list if it is set in ~/.sde/settings making mirror-list fetching more flexible
11 years ago
Alejandro Mery
6fb7a9dd29
config: fix confdialog warning
11 years ago
Alejandro Mery
e3b866777e
fl_wrapper: add support for /lib/x86_64-linux-gnu/libc.so.6 style
11 years ago
Alejandro Mery
3ae3b959c8
fl_wrapper: fix gcc 4.7 warnings by handling return values properly
11 years ago
Alejandro Mery
646cba76b6
tools-source: fix gcc-4.7 support by handling return values properly
11 years ago
Christian Wiese
aaa7dd2212
fl_fuse: add initial dummy code
11 years ago
Christian Wiese
c6ca6c18fb
lib/functions.in: fixed split_debug_files() to only process dynamically linked ELF binaries
11 years ago
Christian Wiese
142b3e752f
lib/functions.in: fixed split_debug_files() to preserve file ownership when creating a copy we are going strip
11 years ago
Christian Wiese
882eba3c2e
Build-Pkg: changed to disable debug symbol splitting for kernel packages
11 years ago
Christian Wiese
dfccac3194
debug split: move check for enabling debug symbol splitting from functions.in into Build-Pkg
The check will be run right after the postinstall hook and before
creating the flist.
11 years ago
Christian Wiese
06ffbd894d
lib/functions.in: improved split_debug_files() to chmod 644 the generated debug info file
11 years ago
Christian Wiese
f348305f97
lib/functions.in: improved split_debug_files() to check earlier if we need to skip the processing of the file according to the file name
11 years ago
Christian Wiese
b5c9e1e435
lib/functions.in: fixed split_debug_files() to skip processing of static libary archives
11 years ago
Christian Wiese
b11fb1269c
implement splitting of debug symbols into separate files
11 years ago
Christian Wiese
61520042d5
sde-download: fixed to match the file type case-insensitive
Note:
New versions of `file` return "XZ compressed data" instead of
"xz compressed data" like former versions did, which breaks xz
file type detection in 'sde-download'.
12 years ago
Nagy Károly Gábriel
edd6b2607e
registered dspam (551:551) user and group
12 years ago
Christian Wiese
6aec8c7685
etc/licenses: add AGPL
12 years ago
Christian Wiese
ded333310c
target/generic: add tzdata package
12 years ago
Christian Wiese
fa636ddb7c
target/early: fixed config.in to replace cloog-ppl with cloog
12 years ago
Christian Wiese
6b217eb0ec
target/generic: add acl and attr package to minimal pkgsel
12 years ago
Christian Wiese
b2c344fa07
target/generic: add btrfs-progs to minimal selection
12 years ago
Christian Wiese
1f4cdc8d1e
early: changed pkgsel to use cloog instead of cloog-ppl
12 years ago
Christian Wiese
26ec31d62d
target/generic: add xz to minimal pkgsel
12 years ago
Christian Wiese
27c38a19d4
target/generic: removed eject because it is provided by util-linux >= 2.22 now
12 years ago
Christian Wiese
ba07e3eaf4
target/generic: replaced deprecated module-init-tools with kmod
12 years ago