mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Set the 'build clang only' flag when we're building only clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @@ -77,6 +77,7 @@ ifeq ($(MAKECMDGOALS),install-clang) | |||||||
| endif | endif | ||||||
|  |  | ||||||
| ifeq ($(MAKECMDGOALS),clang-only) | ifeq ($(MAKECMDGOALS),clang-only) | ||||||
|  |   BUILD_CLANG_ONLY := YES | ||||||
|   DIRS := $(filter-out tools docs unittests, $(DIRS)) \ |   DIRS := $(filter-out tools docs unittests, $(DIRS)) \ | ||||||
|           tools/clang tools/lto |           tools/clang tools/lto | ||||||
|   OPTIONAL_DIRS := |   OPTIONAL_DIRS := | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user