17 Commits

Author SHA1 Message Date
Stan Rudenko
c2fb571aeb
config: add custom cpu features support for arch.x86_64 2024-01-30 21:34:17 -08:00
Ian Leonard
e6cade60d9 buildsystem: remove march and mcpu from LDFLAGS
march and mcpu were added in ~2011. I don't know why. I have seen CFLAGS added
en masse to LDFLAGS when using LTO, but that does not explain these inclusions.

Remove to cleanup LDFLAGS.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-09-14 22:36:16 +00:00
SupervisedThinking
35d4939701 config/arch.x86_64: updated TARGET_CPU & TARGET_FEATURES 2022-06-17 20:09:50 +02:00
CvH
70c3c5d981
Merge pull request #5255 from smp79/master
Remove redundant ARCH specific *FLAGS for x86-64
2022-02-28 05:25:30 +01:00
Ian Leonard
6ed29b1e4b config: set architecture TARGET_FEATURES in config/arch.ARCH
Should PROJECT or DEVICE options set TARGET_FEATURES, tack them on
instead of overwriting them.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-06-20 19:39:44 +00:00
smp79
c16261a5b0 Remove redundant ARCH specific *FLAGS 2021-03-19 20:34:52 +03:00
Ian Leonard
2f7d146390 projects/generic: move cflags to arch.x86_64
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-10-25 20:35:43 +00:00
MilhouseVH
4d0336e729 buildsystem: simd support (neon/mmx/sse/sse2) is a feature of CPU not project 2018-03-12 22:16:38 +00:00
MilhouseVH
cf71811eec buildsystem: eliminate unecessary sed usage 2017-10-09 13:11:43 +01:00
Lukas Rusak
ae9e7cab5f buildsys: define TARGET_KERNEL_ARCH early 2016-02-29 21:25:37 +01:00
Stephan Raue
9c8e7bc6b0 config/arch.*: add variable to specify SIMD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-28 03:11:02 +02:00
Stephan Raue
14ab6a420f config/arch.*: dont set -fPIC globally
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-12-04 16:09:17 +01:00
Stephan Raue
8cc4591456 Revert "config/arch.* fix $LDFLAGS"
This reverts commit 68b97102b83a23ec5e4d1465e5fcdef48c317d24.
2011-09-09 22:12:34 +02:00
Stephan Raue
68b97102b8 config/arch.* fix $LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-09 20:49:35 +02:00
Stephan Raue
dbe9095551 config/arch.x86_64: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-23 03:07:37 +01:00
Stephan Raue
98853a9daa config/path: move ARCH specific options to ARCH specific config files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 21:39:29 +01:00
Stephan Raue
d854ac4369 config/arch: split in to seperate ARCH configurations
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 01:30:30 +01:00