build: Remove Windows quirk

The current version of gccdeps.py works on Windows.
This commit is contained in:
Sebastian Huber
2024-11-21 03:52:10 +01:00
parent 7c099f5613
commit f45ccfa167
3 changed files with 2 additions and 9 deletions

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>

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

View File

@@ -41,7 +41,6 @@ except:
from waflib.TaskGen import after, before_method, feature
is_windows_host = os.name == "nt" or sys.platform in ["msys", "cygwin"]
version = {
"__RTEMS_MAJOR__": "6", # version
"__RTEMS_MINOR__": "0", # revision