Changeset 43674 in vbox for trunk/configure
- Timestamp:
- Oct 18, 2012 8:54:34 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r43611 r43674 1621 1621 echo "using the following command line:" >> $LOG 1622 1622 echo "$CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include" >> $LOG 1623 $CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include >> $LOG 2>&1 1623 $CC -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.c -nostdinc -I$LINUX/include \ 1624 -I$LINUX/include/generated/uapi >> $LOG 2>&1 1624 1625 if [ $? -ne 0 ]; then 1625 1626 echo
Note:
See TracChangeset
for help on using the changeset viewer.