build: Remove Windows quirk

The current version of gccdeps.py works on Windows.
This commit is contained in:
Sebastian Huber
2024-11-21 04:22:31 +01:00
parent 7c099f5613
commit f45ccfa167
3 changed files with 2 additions and 9 deletions
+1 -4
View File
@@ -27,10 +27,7 @@ actions:
- substitute: null
- env-append: ABI_FLAGS
- script: |
load = "ar asm clang clang++"
if not is_windows_host:
load += " gccdeps"
conf.load(load)
conf.load("ar asm clang clang++ gccdeps")
build-type: option
copyrights:
- Copyright (C) 2020 Hesham Almatary <Hesham.Almatary@cl.cam.ac.uk>
+1 -4
View File
@@ -20,10 +20,7 @@ actions:
- find-program: null
- env-assign: LD
- script: |
load = "ar g++ gas gcc"
if not is_windows_host:
load += " gccdeps"
conf.load(load)
conf.load("ar g++ gas gcc gccdeps")
- set-value: -qrtems
- env-append: LDFLAGS
- env-append: PKGCONFIG_LDFLAGS