*** ../pwlib/make/unix.mak.orig Tue May 7 02:57:51 2002 --- ../pwlib/make/unix.mak Wed May 22 00:53:00 2002 *************** ifeq ($(OSTYPE),FreeBSD) *** 644,654 **** P_PTHREADS := 1 ! ifeq ($(MACHTYPE),x86) ! ifdef CPUTYPE ! STDCCFLAGS += -mcpu=$(CPUTYPE) ! endif ! endif ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) --- 644,654 ---- P_PTHREADS := 1 ! #ifeq ($(MACHTYPE),x86) ! #ifdef CPUTYPE ! #STDCCFLAGS += -mcpu=$(CPUTYPE) ! #endif ! #endif ifndef OSRELEASE OSRELEASE := $(shell sysctl -n kern.osreldate) *************** LDFLAGS += $(DEBLDFLAGS) *** 1136,1142 **** else ! OPTCCFLAGS += -O3 -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space ifneq ($(OSTYPE),Carbon) --- 1136,1143 ---- else ! #OPTCCFLAGS += -O3 -DNDEBUG ! OPTCCFLAGS += -DNDEBUG #OPTCCFLAGS += -DP_USE_INLINES=1 #OPTCCFLAGS += -fconserve-space ifneq ($(OSTYPE),Carbon)