Changeset 3641
- Timestamp:
- 09/09/07 17:03:49 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-sysroot/patches/glibc-2.6.1-cross_hacks-1.patch
r3640 r3641 184 184 ++link-native = $(BUILD_CC) -static -g -o $@ $^ \ 185 185 + $(LDFLAGS) $(LDFLAGS-$(@F)) \ 186 + $(combreloc-LDFLAGS) $(relro-LDFLAGS) $(hashstyle-LDFLAGS)\186 + $(combreloc-LDFLAGS) $(relro-LDFLAGS) \ 187 187 + $(link-extra-libs) 188 188 +endif
