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
|
- substitute: null
|
||||||
- env-append: ABI_FLAGS
|
- env-append: ABI_FLAGS
|
||||||
- script: |
|
- script: |
|
||||||
load = "ar asm clang clang++"
|
conf.load("ar asm clang clang++ gccdeps")
|
||||||
if not is_windows_host:
|
|
||||||
load += " gccdeps"
|
|
||||||
conf.load(load)
|
|
||||||
build-type: option
|
build-type: option
|
||||||
copyrights:
|
copyrights:
|
||||||
- Copyright (C) 2020 Hesham Almatary <Hesham.Almatary@cl.cam.ac.uk>
|
- Copyright (C) 2020 Hesham Almatary <Hesham.Almatary@cl.cam.ac.uk>
|
||||||
|
|||||||
@@ -20,10 +20,7 @@ actions:
|
|||||||
- find-program: null
|
- find-program: null
|
||||||
- env-assign: LD
|
- env-assign: LD
|
||||||
- script: |
|
- script: |
|
||||||
load = "ar g++ gas gcc"
|
conf.load("ar g++ gas gcc gccdeps")
|
||||||
if not is_windows_host:
|
|
||||||
load += " gccdeps"
|
|
||||||
conf.load(load)
|
|
||||||
- set-value: -qrtems
|
- set-value: -qrtems
|
||||||
- env-append: LDFLAGS
|
- env-append: LDFLAGS
|
||||||
- env-append: PKGCONFIG_LDFLAGS
|
- env-append: PKGCONFIG_LDFLAGS
|
||||||
|
|||||||
1
wscript
1
wscript
@@ -41,7 +41,6 @@ except:
|
|||||||
|
|
||||||
from waflib.TaskGen import after, before_method, feature
|
from waflib.TaskGen import after, before_method, feature
|
||||||
|
|
||||||
is_windows_host = os.name == "nt" or sys.platform in ["msys", "cygwin"]
|
|
||||||
version = {
|
version = {
|
||||||
"__RTEMS_MAJOR__": "6", # version
|
"__RTEMS_MAJOR__": "6", # version
|
||||||
"__RTEMS_MINOR__": "0", # revision
|
"__RTEMS_MINOR__": "0", # revision
|
||||||
|
|||||||
Reference in New Issue
Block a user