This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
64f5b45d8f
openwrt
/
include
/
site
/
i686-openwrt-linux-gnu
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added i686 support and profile for t-vision s100 SVN-Revision: 7890
2007-07-09 00:11:40 +08:00
#!/bin/sh
move arch-specific definitions to arch site files SVN-Revision: 12229
2008-08-07 07:05:19 +08:00
. $TOPDIR/include/site/i686-linux
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
2009-01-08 09:49:11 +08:00
. $TOPDIR/include/site/linux-gnu
added i686 support and profile for t-vision s100 SVN-Revision: 7890
2007-07-09 00:11:40 +08:00
Reference in New Issue
Copy Permalink