Christian Wiese
65556aad56
lib/functions.in: introduce configcachefile variable which holds a space delimited list of config.cache files
11 years ago
Christian Wiese
6c236a9c2a
lib/functions.in: changed to test for $base/architecture/share/config.cache before trying to access it
12 years ago
Christian Wiese
251f8455a9
architecture/x86-64: add optimisation choice for Core i3/i5/i7 Haswell
11 years ago
Christian Wiese
42f1800d1b
architecture/x86-64: fixed typo in optimisation identifier for Core i3/i5/i7 Ivybridge
11 years ago
Christian Wiese
02f05c91b2
architecture/x86-64: add codename for AMD family 10h based core in description
11 years ago
Christian Wiese
899c8a170c
architecture/x86-64: add optimisation choices AMD Family 15h Bulldozer and Piledriver core based CPUs
11 years ago
Christian Wiese
18a50558a6
architecture/x86-64: add optimisation choice for AMD Family 14h Bobcat core based CPUs
11 years ago
Christian Wiese
42be22fdf0
architecture/x86-64: add optimisation choice for AMD Family 10h based CPUs (aka Barcelona)
11 years ago
Christian Wiese
c1c2b55589
architecture/x86-64: add optimisation choices for improved versions of K8, Opteron and Athlon64 with SSE3 support
11 years ago
Christian Wiese
d76f5d787f
architecture/x86-64: add optimisation choices for Core i3/i5/i7 variants
11 years ago
Christian Wiese
97aa920bb5
architecture/mips: remove support for old MIPS based CPUs
Anyway it is highly unlikely that anyone will use OpenSDE to build a system
for those vintage-style CPU models.
11 years ago
Christian Wiese
2f8f8f8778
architecture/mips: improved description of newly added MIPS cores
11 years ago
Christian Wiese
9fb2977e0c
architecture/mips: fixed copy-paste-typos in mappings of MIPS 4K series
11 years ago
Christian Wiese
8e7d815773
lib/functions.in: fixed .la file correction when moving them to /usr
This fixes the case the 'dependency_libs' entry had more than one .la file
without /usr prefix listed.
By using the former simple sed pattern only the first listed path was
corrected.
11 years ago
Christian Wiese
5b35d27e89
architecture/mips: add optimisation choices for MIPS 1004K series
11 years ago
Christian Wiese
2ff678bb02
architecture/mips: add optimisation choices for MIPS 74K series
11 years ago
Christian Wiese
02be7889eb
architecture/mips: add optimisation choices for MIPS 34K series
11 years ago
Christian Wiese
661f4b6a35
architecture/mips: add optimisation choices for MIPS 24K series
11 years ago
Christian Wiese
8b405068fb
architecture/mips: add optimisation choices for MIPS 4K series
11 years ago
Christian Wiese
340443bc05
target/generic: add bc to minimal choice as it is required during the kernel build now
11 years ago
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