summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen
2002-08-16Remove h8300 special caseEric Andersen
2002-08-16(headers): Remove special case for v850, now that the general caseMiles Bader
2002-08-15Do not prevent people from making mmu-less builds on mmu-full systems.Eric Andersen
2002-08-08Remove unified syscall support (it should just be a per-archEric Andersen
2002-07-31Sigh. A bit more cleanup.Eric Andersen
2002-07-31You fool foolish. Goodbye level 2.Eric Andersen
2002-07-31Always build utils by defaultEric Andersen
2002-07-26Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen
2002-07-26Kill ill advised find command that was not doing anythingEric Andersen
2002-07-25Addition to 'distclean' for little endian MIPS."Steven J. Hill"
2002-07-24This rule is only necessary for little endian MIPS."Steven J. Hill"
2002-07-02Disable ldconfig.target for nowEric Andersen
2002-07-02Change the default structure of the installed toolchainEric Andersen
2002-06-23Fixup target util handlingEric Andersen
2002-05-30Fix dependancy. again.Eric Andersen
2002-05-30Fix dependancy for util targetEric Andersen
2002-05-29Now that was sillyEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-05-02Ensure that make clean really cleans up after itselfEric Andersen
2002-04-24Don't use $(PWD), use $(shell pwd) insteadEric Andersen
2002-04-11Added a dummy romfs target so this stuff slots nicely into theDavid McCullough
2002-04-03Remove gratuitous symlink trashingEric Andersen
2002-04-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-03-25Patch from Steven J. Hill to fix pthreads on mipsEric Andersen
2002-03-22Patch from Miles Bader to be less militant when doing a make clean.Eric Andersen
2002-03-21Add some phony targetsEric Andersen
2002-03-21Always build the utils. Always clean libc/misc, since there isEric Andersen
2002-03-11Allow some failures to simplify building gccEric Andersen
2002-03-11Don't install CVS files into the devel dirEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Doh! A search and replace bug...Eric Andersen
2002-03-01Doh! Doh! Doh!Eric Andersen
2002-03-01Doh!Eric Andersen
2002-03-01oops. I forgot to commit this...Eric Andersen
2002-02-25Joerg Schmitz-Linneweber recommends using tar -f - instead of -OEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-16Additionally remove libc/tmpDavid Schleef
2002-02-15Geoffrey Espin noticed a $ that should have been a double $$Eric Andersen
2002-02-08Dont choke when chown fails. Try to be more portable...Eric Andersen
2002-02-04A few more little cleanupsEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Grr. I should learn to compile stuff before committingEric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-02-01Add install_utils and install_target_utils targets, so peopleEric Andersen
2002-02-01Be ever so pedantic and explicitly tell tar to use stdin,Eric Andersen
2002-02-01Don't assume uid=gidEric Andersen
2002-01-31Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen