]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ada: Remove useless Makefile variable
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 5 Oct 2025 08:25:14 +0000 (10:25 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 5 Oct 2025 08:28:34 +0000 (10:28 +0200)
gcc/ada
PR ada/118343
* Makefile.rtl (LLVM_BUILD): Delete.

gcc/ada/Makefile.rtl

index 0fa2c51ceb6c09e8f2e739876729bbcd62f41ec1..2ccb3aabe1cb7ee366f6d7fcfa90522119e256a8 100644 (file)
@@ -26,12 +26,6 @@ ifndef ADAC
 ADAC=$(CC)
 endif
 
-ifeq ($(LLVM_CONFIG),)
-LLVM_BUILD := $(shell $(ADAC) -v | grep ^llvm-gcc)
-else
-LLVM_BUILD := llvm-gcc
-endif
-
 # Objects needed only for tasking
 GNATRTL_TASKING_OBJS= \
   a-dispat$(objext) \