Changeset cf77be8 in clfs-sysroot for patches/glibc-2.8-cross_hacks-1.patch
- Timestamp:
- Jan 3, 2009, 4:26:00 PM (16 years ago)
- Branches:
- master
- Children:
- efb33c9
- Parents:
- a26e354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
patches/glibc-2.8-cross_hacks-1.patch
ra26e354 rcf77be8 211 211 $(sysdep-CFLAGS) $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) \ 212 212 $(CFLAGS-$(@F)) 213 +override CFLAGS-native = -std=gnu99 $( default_cflags) $(+gccwarn-c) \213 +override CFLAGS-native = -std=gnu99 $(gnu89-inline-CFLAGS) $(default_cflags) $(+gccwarn-c) \ 214 214 + $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F)) 215 215 override CXXFLAGS = $(c++-sysincludes) \
Note:
See TracChangeset
for help on using the changeset viewer.