Changeset 54f116c79a9d6d96a2caf578d6b580f575d05d45
- Timestamp:
- 10/23/06 19:35:10
(2 years ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1161624910 +0000
- git-parent:
[1b54fac70122f994fbae44e2d2fc07d3e6b554b3]
- git-author:
- Rafaël Carré <funman@videolan.org> 1161624910 +0000
- Message:
missing $LDFLAGS, thanks to ZeMaria?
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd7b6f81 |
r54f116c |
|
| 72 | 72 | CFLAGS="$CFLAGS -I/usr/local/wince/contrib-xscale/include" \ |
|---|
| 73 | 73 | LDFLAGS="-L/usr/local/wince/cross-tools/lib" \ |
|---|
| 74 | | LDFLAGS="-L/usr/local/wince/contrib-xscale/lib" \ |
|---|
| | 74 | LDFLAGS="$LDFLAGS -L/usr/local/wince/contrib-xscale/lib" \ |
|---|
| 75 | 75 | CC="arm-wince-pe-gcc -mcpu=xscale" \ |
|---|
| 76 | 76 | ../configure --host=arm-wince-pe --target=arm-wince-pe \ |
|---|