Changeset fdf97f6 in mainline for uspace/app
- Timestamp:
- 2013-02-25T19:11:50Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1935591
- Parents:
- c84f1a4
- Location:
- uspace/app
- Files:
-
- 2 edited
-
binutils/intrusive.sh (modified) (2 diffs)
-
pcc/config.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/intrusive.sh
rc84f1a4 rfdf97f6 96 96 # libposix function name redefinitons in one of the arm-specific files. 97 97 # 98 # Patch 9 99 # Libiberty does not trust our strncmp that is provided in libposix. 100 # That is because when cross-compiling, it cannot check how it behaves 101 # and assumes the worst. But then it clashes when linking (due to 102 # multiple definitions of ...) and this patch prevents compilation of 103 # liberty strncmp. 98 104 99 105 case "$1" in … … 157 163 # Patch libiberty configure script. 158 164 cat "$2/libiberty/configure.backup" | \ 159 # See Patch 1. 160 sed 's/^cross_compiling=no/cross_compiling=yes/g' \ 165 # See Patch 1 and 9. 166 sed -e 's/^cross_compiling=no/cross_compiling=yes/g' \ 167 -e 's/ac_cv_func_strncmp_works=no/ac_cv_func_strncmp_works=yes/g' \ 161 168 > "$2/libiberty/configure" 162 169 -
uspace/app/pcc/config.h
rc84f1a4 rfdf97f6 50 50 51 51 /* Define to 1 if you have the `mkstemp' function. */ 52 //#define HAVE_MKSTEMP 152 #define HAVE_MKSTEMP 1 53 53 54 54 /* Define to 1 if you have the `snprintf' function. */
Note:
See TracChangeset
for help on using the changeset viewer.
