Changeset 77
- Timestamp:
- 06/01/07 08:00:18
(2 years ago)
- Author:
- zcutlip
- Message:
remove -m32 and -march=i386
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r75 |
r77 |
|
| 3 | 3 | CC=gcc |
|---|
| 4 | 4 | #CFLAGS = -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wwrite-strings -Winline -Wshadow |
|---|
| 5 | | CFLAGS = -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wwrite-strings -Winline -Wshadow |
|---|
| | 5 | CFLAGS = -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -mtune=generic -fasynchronous-unwind-tables -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wwrite-strings -Winline -Wshadow |
|---|
| 6 | 6 | CPPFLAGS=-I. |
|---|
| 7 | 7 | SO_LDFLAGS=--shared -lpam |
|---|
Download in other formats:
* Generating other formats may take time.