Changeset 8517
- Timestamp:
- 12/05/07 17:45:38 (5 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
radauth/Makefile (modified) (2 diffs)
-
rflow/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/radauth/Makefile
r5709 r8517 8 8 9 9 ifeq ($(CONFIG_MSSID),y) 10 ifeq ($(CONFIG_BUFFALO),y) 11 CFLAGS=$(COPTS) -fomit-frame-pointer -I. -I../shared -I../services -I../../include.bcm -DNEW_RSSI 12 else 10 13 CFLAGS=$(COPTS) -fomit-frame-pointer -I. -I../shared -I../services -I../../include.v24 -DNEW_RSSI 14 endif 11 15 else 12 16 CFLAGS=$(COPTS) -fomit-frame-pointer -Wall -I. -I../shared -I../services -I../../include.v23 … … 16 20 CFLAGS += -DHAVE_MADWIFI -I../madwifi/ -include ../madwifi/include/compat.h -DHEADERS_KERNEL 17 21 endif 18 CFLAGS += -DNEED_PRINTF -fpic 19 22 CFLAGS += -DNEED_PRINTF -fpic -ffunction-sections -fdata-sections -Wl,--gc-sections 23 LDFLAGS += -ffunction-sections -fdata-sections -Wl,--gc-sections 20 24 all: wrt-radauth radius-client macupd 21 25 -
src/router/rflow/Makefile
r7697 r8517 8 8 #CC=mipsel-linux-uclibc-gcc -pipe 9 9 #CC= gcc -pipe 10 LDFLAGS+=-s 10 LDFLAGS+=-s -ffunction-sections -fdata-sections -Wl,--gc-sections 11 11 LIBS+= -lpthread 12 CFLAGS+= $(COPTS) -I$(LINUXDIR) -DHAVE_CONFIG_H -W -Wall 12 CFLAGS+= $(COPTS) -I$(LINUXDIR) -DHAVE_CONFIG_H -W -Wall -ffunction-sections -fdata-sections -Wl,--gc-sections 13 13 CPPFLAGS+=-DIPCAD_VERSION=\"3.6.2\" 14 14 CPPFLAGS+=-DCONFIG_FILE=\"${sysconfdir}/ipcad.conf\"
Note: See TracChangeset
for help on using the changeset viewer.
