|
Lines 1-20
Link Here
|
| 1 |
--- /usr/local/src/XFree86-4/ORIG/xc/config/cf/Library.tmpl Tue Dec 5 11:59:31 2000 |
|
|
| 2 |
+++ config/cf/Library.tmpl Tue Dec 19 17:18:56 2000 |
| 3 |
@@ -67,7 +67,7 @@ |
| 4 |
STD_DEFINES = LibraryDefines $(PROJECT_DEFINES) |
| 5 |
CDEBUGFLAGS = LibraryCDebugFlags |
| 6 |
CLIBDEBUGFLAGS = LibraryDebugOpt |
| 7 |
- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) |
| 8 |
+ CFLAGS += $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) |
| 9 |
# if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags) |
| 10 |
PICFLAGS = LargePositionIndependentCFlags |
| 11 |
# endif |
| 12 |
@@ -92,7 +92,7 @@ |
| 13 |
STD_DEFINES = LibraryDefines $(PROJECT_DEFINES) |
| 14 |
CXXDEBUGFLAGS = LibraryCplusplusDebugFlags |
| 15 |
CXXLIBDEBUGFLAGS = LibraryDebugOpt |
| 16 |
- CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXLIBDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) |
| 17 |
+ CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXLIBDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) |
| 18 |
# if defined(LargePICTable) && LargePICTable |
| 19 |
# ifdef LargePositionIndependentCplusplusFlags |
| 20 |
CXXPICFLAGS = LargePositionIndependentCplusplusFlags |