root/nvopencc-2.2.patch
| Revision 1, 3.9 KB (checked in by sascha, 3 years ago) |
|---|
-
src/be/cg/bbutil.cxx
diff -u -r cuda_orig/src/be/cg/bbutil.cxx cuda/src/be/cg/bbutil.cxx
old new 1 #include <limits.h> 1 2 /* 2 3 * Copyright 2002, 2003, 2004, 2005, 2006 PathScale, Inc. All Rights Reserved. 3 4 */ -
src/be/cg/cgdwarf.cxx
diff -u -r cuda_orig/src/be/cg/cgdwarf.cxx cuda/src/be/cg/cgdwarf.cxx
old new 1 #include <limits.h> 1 2 /* 2 3 * Copyright 2005-2008 NVIDIA Corporation. All rights reserved. 3 4 */ -
src/common/targ_info/generate/isa_pack_gen.cxx
diff -u -r cuda_orig/src/common/targ_info/generate/isa_pack_gen.cxx cuda/src/common/targ_info/generate/isa_pack_gen.cxx
old new 1 #include <string.h> 1 2 /* 2 3 * Copyright 2004 PathScale, Inc. All Rights Reserved. 3 4 */ -
src/common/targ_info/generate/isa_print_gen.cxx
diff -u -r cuda_orig/src/common/targ_info/generate/isa_print_gen.cxx cuda/src/common/targ_info/generate/isa_print_gen.cxx
old new 1 #include <string.h> 1 2 /* 2 3 * Copyright (C) 2007 PathScale, LLC. All Rights Reserved. 3 4 */ -
src/common/targ_info/generate/si_gen.cxx
diff -u -r cuda_orig/src/common/targ_info/generate/si_gen.cxx cuda/src/common/targ_info/generate/si_gen.cxx
old new 1 #include <stdlib.h> 1 2 /* 2 3 * Copyright (C) 2007 PathScale, LLC. All Rights Reserved. 3 4 */ -
src/include/Makefile.gbase
diff -u -r cuda_orig/src/include/Makefile.gbase cuda/src/include/Makefile.gbase
old new 187 187 fi; \ 188 188 done 189 189 @for h in $(LINUX_HFILES); do \ 190 if ! test - a$$h; then \190 if ! test -e $$h; then \ 191 191 $(LN) -sf $(BUILD_TOT)/linux/include/$$h $$h; \ 192 192 fi; \ 193 193 done 194 194 @for h in $(LINUX_SYS_HFILES); do \ 195 if ! test - a$$h; then \195 if ! test -e $$h; then \ 196 196 $(LN) -sf $(BUILD_TOT)/../linux/include/sys/$$h sys/$$h; \ 197 197 fi; \ 198 198 done 199 199 @for h in $(INCLUDE_HFILES); do \ 200 if ! test - a$$h; then \200 if ! test -e $$h; then \ 201 201 $(LN) -sf $(BUILD_TOT)/include/$$h $$h; \ 202 202 fi; \ 203 203 done 204 204 @for h in $(LIBDWARF_HFILES); do \ 205 if ! test - a$$h; then \205 if ! test -e $$h; then \ 206 206 $(LN) -sf $(BUILD_TOT)/libdwarf/libdwarf/$$h $$h; \ 207 207 fi; \ 208 208 done … … 212 212 fi; \ 213 213 done 214 214 @for h in $(CMPLR_HFILES); do \ 215 if ! test - acmplrs/$$h; then \215 if ! test -e cmplrs/$$h; then \ 216 216 $(LN) -sf $(BUILD_TOT)/../include/cmplrs/$$h cmplrs/$$h; \ 217 217 fi; \ 218 218 done 219 219 @for h in $(SYS_HFILES); do \ 220 if ! test - asys/$$h; then \220 if ! test -e sys/$$h; then \ 221 221 $(LN) -sf $(BUILD_TOT)/../include/sys/$$h sys/$$h; \ 222 222 fi; \ 223 223 done 224 224 @for h in $(SYS_DIRS); do \ 225 if ! test - asys/$$h; then \225 if ! test -e sys/$$h; then \ 226 226 $(LN) -sf $(BUILD_TOT)/../include/sys/$$h sys/$$h; \ 227 227 fi; \ 228 228 done 229 229 @for h in $(LIBELF_HFILES); do \ 230 if ! test - a$$h; then \230 if ! test -e $$h; then \ 231 231 $(LN) -sf $(BUILD_TOT)/../libelf/lib/$$h libelf/$$h; \ 232 232 fi; \ 233 233 done -
src/Makefile.gsetup
diff -u -r cuda_orig/src/Makefile.gsetup cuda/src/Makefile.gsetup
old new 526 526 ifeq ($(BUILD_TARGET), NVISA) 527 527 # This is due to unsupported aliases in Mach-O 528 528 ifneq ($(BUILD_OS), DARWIN) 529 ERROR_ON_WARNINGS = -Werror529 ERROR_ON_WARNINGS = 530 530 endif 531 531 endif 532 532
Note: See TracBrowser
for help on using the browser.
