diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-04 12:37:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-04 12:37:32 +0000 |
commit | 18e33c254e32c90dff3fb3b8058882599561abe3 (patch) | |
tree | 7964842859de8884d516fbf98cf4d08163c25256 /Makefile | |
parent | 39eb7da8788d5f98b37fe8d730b2fbe121ce105e (diff) |
Support building a gcc-2.95 toolchain instead
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ ARCH:=i386 # enable to build a native gcc toolchain with uclibc support USE_UCLIBC_TOOLCHAIN:=true +# If you are building a native gcc toolchain, do you want to +# build the old gcc-2.95 based toolchain, or would you prefer +# a nice and shiny new gcc-3.2.1 toolchain? +GCC_2_95_TOOLCHAIN:=false + # Enable this to use the uClibc daily snapshot instead of a released # version. Daily snapshots may contain new features and bugfixes. Or # they may not even compile at all, depending on what Erik is doing... |