Makefile.rules (6a3e8e8695d5c7d1d18c6800d676990d7f61a2a4) | Makefile.rules (7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 170 unchanged lines hidden (view full) --- 179# Note that we *don't* want to use the definitions that have been augmented 180# by various bits of the context of the kernel build environment; so we 181# start constructing flags and things afresh. 182 183DBOOT_OBJS_DIR= dboot/$(OBJS_DIR) 184 185DBOOT_XARCH_32 = $(i386_XARCH) 186DBOOT_XARCH_64 = $(amd64_XARCH) | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 170 unchanged lines hidden (view full) --- 179# Note that we *don't* want to use the definitions that have been augmented 180# by various bits of the context of the kernel build environment; so we 181# start constructing flags and things afresh. 182 183DBOOT_OBJS_DIR= dboot/$(OBJS_DIR) 184 185DBOOT_XARCH_32 = $(i386_XARCH) 186DBOOT_XARCH_64 = $(amd64_XARCH) |
187DBOOT_CFLAGS = $(DBOOT_XARCH_$(CLASS)) $(CERRWARN) $(CCNOAUTOINLINE) -O | 187DBOOT_CFLAGS = $(DBOOT_XARCH_$(CLASS)) $(C99MODE) $(CERRWARN) \ 188 $(CCNOAUTOINLINE) -O |
188 189DBOOT_AS_XARCH_32 = $(i386_AS_XARCH) 190DBOOT_AS_XARCH_64 = $(amd64_AS_XARCH) 191DBOOT_ASFLAGS = $(DBOOT_AS_XARCH_$(CLASS)) -P -D_ASM 192 193DBOOT_LINTFLAGS_i86xpv = $(LINTFLAGS_i386_$(CLASS)) $(LINTTAGS_i386_$(CLASS)) 194 195$(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/common/xen/os/%.c --- 77 unchanged lines hidden --- | 189 190DBOOT_AS_XARCH_32 = $(i386_AS_XARCH) 191DBOOT_AS_XARCH_64 = $(amd64_AS_XARCH) 192DBOOT_ASFLAGS = $(DBOOT_AS_XARCH_$(CLASS)) -P -D_ASM 193 194DBOOT_LINTFLAGS_i86xpv = $(LINTFLAGS_i386_$(CLASS)) $(LINTTAGS_i386_$(CLASS)) 195 196$(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/common/xen/os/%.c --- 77 unchanged lines hidden --- |