Changeset 8516
- Timestamp:
- 12/05/07 17:45:26 (5 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
pptp-client/Makefile (modified) (2 diffs)
-
pptpd/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/pptp-client/Makefile
r1 r8516 14 14 #CC = gcc 15 15 RM = rm -f 16 OPTIMIZE= $(COPTS) 16 OPTIMIZE= $(COPTS) -ffunction-sections -fdata-sections -Wl,--gc-sections 17 17 18 18 #OPTIMIZE= -O0 … … 20 20 INCLUDE = 21 21 CFLAGS = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE) 22 LIBS = -lutil 22 LIBS = -lutil -ffunction-sections -fdata-sections -Wl,--gc-sections 23 23 LDFLAGS = 24 24 -
src/router/pptpd/Makefile
r7669 r8516 105 105 CC = $(ARCH)-linux-uclibc-gcc 106 106 CCDEPMODE = depmode=none 107 CFLAGS = $(COPTS) -f no-builtin -Wall -DSBINDIR='"$(sbindir)"'107 CFLAGS = $(COPTS) -ffunction-sections -fdata-sections -Wl,--gc-sections -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' 108 108 CPP = $(ARCH)-linux-uclibc-gcc -E 109 109 CPPFLAGS = … … 122 122 INSTALL_SCRIPT = ${INSTALL} 123 123 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 124 LDFLAGS = 124 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections 125 125 LIBOBJS = 126 126 LIBS =
Note: See TracChangeset
for help on using the changeset viewer.
