mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
build: Remove Windows quirk
The current version of gccdeps.py works on Windows.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user