Print this page
8609 want a position independent CRT

@@ -186,11 +186,11 @@
 # Compile C++ code without exceptions to avoid a dependence on libC.
 NOEXCEPTIONS= -noex
 CCFLAGS += $(NOEXCEPTIONS)
 CCFLAGS64 += $(NOEXCEPTIONS)
 
-CPPFLAGS +=     -I$(SRC)/lib/common/inc -I$(SRC)/lib/libnsl/include -D_REENTRANT
+CPPFLAGS +=     -I$(SRC)/lib/libnsl/include -D_REENTRANT
 CPPFLAGS +=     -I$(SRC)/lib/libnsl/dial
 
 CFLAGS +=       $(CCVERBOSE)
 
 # Make string literals read-only to save memory.