Skip to content

Commit

Permalink
Merge branch 'topic/kliemann/bb-runtimes-111' into 'master'
Browse files Browse the repository at this point in the history
Remove based image scenario and sources

See merge request eng/toolchain/bb-runtimes!151
  • Loading branch information
jklmnn committed Jan 10, 2025
2 parents 7d96ce7 + 73db837 commit 032500b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions support/rts_sources/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def light_scenarios(self, profile="light"):
ret["Add_Image_Enum"] = "yes"
ret["Add_Image_Int"] = "yes"
ret["Add_Image_LL_Int"] = "yes"
ret["Add_Image_Based_Int"] = "yes"
ret["Add_Image_LL_Based_Int"] = "yes"
ret["Add_Image_Decimal"] = "yes"
ret["Add_Image_LL_Decimal"] = "yes"
ret["Add_Image_Fixed"] = "yes"
Expand All @@ -104,7 +102,6 @@ def light_scenarios(self, profile="light"):
ret["Add_Exponent_LLL_Int"] = "yes"

ret["Add_Image_LLL_Int"] = "yes"
ret["Add_Image_LLL_Based_Int"] = "yes"
ret["Add_Image_LLL_Decimal"] = "yes"
ret["Add_Image_LLL_Fixed"] = "yes"

Expand Down
19 changes: 0 additions & 19 deletions support/rts_sources/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@
"srcs": [
"libgnat/s-imager.ads",
"libgnat/s-imager.adb",
"libgnat/s-imgrea.ads",
"libgnat/s-imgflt.ads",
"libgnat/s-imglfl.ads",
"libgnat/s-imgllf.ads",
Expand All @@ -1124,24 +1123,6 @@
"srcs": ["libgnat/s-imglllw.ads"],
"requires": ["Add_Image_Int:yes", "Add_Value_LLL_Spec:yes"],
},
"image/based_int": {
"conditions": ["Add_Image_Based_Int:yes"],
"srcs": [
"libgnat/s-imageb.ads",
"libgnat/s-imageb.adb",
"libgnat/s-imgbiu.ads",
],
},
"image/based_int_ll": {
"conditions": ["Add_Image_LL_Based_Int:yes"],
"srcs": ["libgnat/s-imgllb.ads"],
"requires": ["Add_Image_Based_Int:yes"],
},
"image/based_int_lll": {
"conditions": ["Add_Image_LLL_Based_Int:yes"],
"srcs": ["libgnat/s-imglllb.ads"],
"requires": ["Add_Image_Based_Int:yes"],
},
"image/char": {
"conditions": ["Add_Image_Char:yes"],
"srcs": ["libgnat/s-imgcha.adb", "libgnat/s-imgcha.ads"],
Expand Down

0 comments on commit 032500b

Please sign in to comment.