summaryrefslogtreecommitdiff
path: root/tools/configure (follow)
Commit message (Collapse)AuthorAge
* The ipod mini 2g gets the same manual as the ipod mini.Dave Chapman2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
* Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No ↵Jens Arnold2006-03-30
| | | | | | sound, no buttons, and hangs at the boot screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
* Proper scrambling options for the X5Linus Nielsen Feltzing2006-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9187 a1c6a512-1295-4272-9138-f99709370657
* introducing make gzip, make bzip2 and make helpDaniel Stenberg2006-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9111 a1c6a512-1295-4272-9138-f99709370657
* Add the target directory tree to the include path, and set the TARGET_TREE ↵Linus Nielsen Feltzing2006-03-07
| | | | | | macro for the targets that use it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8945 a1c6a512-1295-4272-9138-f99709370657
* improve FreeBSD support a littleMarcoen Hirschberg2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8884 a1c6a512-1295-4272-9138-f99709370657
* x86_64 needs -fPIC to make shared object link (plugins, codecs).Jens Arnold2006-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8872 a1c6a512-1295-4272-9138-f99709370657
* first gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
* at popular request "make clean" no longer cleans the tools. UseDaniel Stenberg2006-02-23
| | | | | | | | "make veryclean" to clean everything like clean did before. Also added "make toolsclean" to clean only the tools. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8801 a1c6a512-1295-4272-9138-f99709370657
* make clean remove the generated bmp pic too (for sim builds)Daniel Stenberg2006-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8800 a1c6a512-1295-4272-9138-f99709370657
* Change clean: target to directly rm -fr the files instead of calling the ↵Dave Chapman2006-02-23
| | | | | | other Makefiles git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8799 a1c6a512-1295-4272-9138-f99709370657
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
* Hide the win32 option when building the simulator. The SDL is now the onlyDaniel Stenberg2006-02-20
| | | | | | | type we endorse! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8747 a1c6a512-1295-4272-9138-f99709370657
* Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is ↵Jens Arnold2006-02-16
| | | | | | possible. * LCD driver now uses proper native bitmaps resembling the LCD internal format. Mono bitmaps are still transposed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8706 a1c6a512-1295-4272-9138-f99709370657
* iAudio X5 has 16Mbyte RAMLinus Nielsen Feltzing2006-02-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8687 a1c6a512-1295-4272-9138-f99709370657
* Only offer the (G)db stub alternative on targets that support it: ifp7x0Daniel Stenberg2006-02-09
| | | | | | | is the only one atm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8644 a1c6a512-1295-4272-9138-f99709370657
* Various build sytem cleanupsBrandon Low2006-02-09
| | | | | | | | | * Parallel build appears to work properly * Use $(SILENT) instead of @ about everywhere * Less calls to bash by using make builtin substitutions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8638 a1c6a512-1295-4272-9138-f99709370657
* Hide the x11 type offering when building simulator, SDL is now the way toDaniel Stenberg2006-02-08
| | | | | | | go. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8634 a1c6a512-1295-4272-9138-f99709370657
* Oops. Correct typo so builds work again.Christi Scarborough2006-02-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8599 a1c6a512-1295-4272-9138-f99709370657
* Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough2006-02-06
| | | | | | configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657
* Add iPod 3G and iPod 4G Greyscale to the build systemDave Chapman2006-02-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8586 a1c6a512-1295-4272-9138-f99709370657
* Build the correct set of tools for the iaudio x5, and use a dummy scrambler ↵Linus Nielsen Feltzing2006-02-05
| | | | | | for now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8570 a1c6a512-1295-4272-9138-f99709370657
* iAudio X5: Select the correct bootloader in the configure scriptLinus Nielsen Feltzing2006-02-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8558 a1c6a512-1295-4272-9138-f99709370657
* New build type: GDB stubTomasz Malesinski2006-01-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8446 a1c6a512-1295-4272-9138-f99709370657
* added toolset for iFPTomasz Malesinski2006-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8439 a1c6a512-1295-4272-9138-f99709370657
* Added (somewhat blurry) boot logo for X5 and made sure it builds logos forDaniel Stenberg2006-01-22
| | | | | | | remote fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at using bmp2rb in the build system. Don't forget to re-run ↵Dave Chapman2006-01-22
| | | | | | configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657
* Profiling support, tools and documentation.Brandon Low2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
* New plugin loader. Solves the crashes introduced with the .bss changes while ↵Jens Arnold2006-01-15
| | | | | | keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
* change separator for the LDFLAGS sed replacement since some people obviouslyDaniel Stenberg2006-01-09
| | | | | | | have commas in their LDFLAGS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8318 a1c6a512-1295-4272-9138-f99709370657
* check for sdl-config before using it, and present a more user-friendlyDaniel Stenberg2006-01-09
| | | | | | | text if it isn't found git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8314 a1c6a512-1295-4272-9138-f99709370657
* SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg2006-01-09
| | | | | | | | simulator with the hope that once it works fine, we can remove the other two and only have one unified simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8312 a1c6a512-1295-4272-9138-f99709370657
* removed the language choice, now always uses english built-inDaniel Stenberg2006-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8311 a1c6a512-1295-4272-9138-f99709370657
* New target - iPod Video.Dave Chapman2005-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8261 a1c6a512-1295-4272-9138-f99709370657
* First shot at a '7zip' target that uses the 7za tool to produce a rockbox.7aDaniel Stenberg2005-12-13
| | | | | | | package with the exact same contents that a make zip would produce. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8230 a1c6a512-1295-4272-9138-f99709370657
* build tools/codepages for all targets except for the playerDaniel Stenberg2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8180 a1c6a512-1295-4272-9138-f99709370657
* another makeover of the simulator stuff to be more sed-friendly with non-GNUDaniel Stenberg2005-12-05
| | | | | | | versions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8160 a1c6a512-1295-4272-9138-f99709370657
* Stop using sed's /c option when building the simulator Makefile. This shouldDaniel Stenberg2005-12-05
| | | | | | | lessen the requirments on what sed (version) that is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8152 a1c6a512-1295-4272-9138-f99709370657
* iPod targets need tools/scramble buildingDave Chapman2005-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8150 a1c6a512-1295-4272-9138-f99709370657
* Build convbdf for player too, although it feels a bit funny. Also builds theDaniel Stenberg2005-12-04
| | | | | | | | tools for the sims as well, since they need convbdf at least and it makes life easier if we just do the same for them as for normal target builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8149 a1c6a512-1295-4272-9138-f99709370657
* configure now sets what set of tools that a particular target build needs orDaniel Stenberg2005-12-02
| | | | | | | | | | can use, and those tools only are built with 'make' or 'make tools'. Starting now, you should build tools from within your build directory instead of running make in the tools dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8127 a1c6a512-1295-4272-9138-f99709370657
* Missed for a very long time: now runs make in the tools dir first whenDaniel Stenberg2005-11-21
| | | | | | | building target versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8026 a1c6a512-1295-4272-9138-f99709370657
* enables 'make tools' in the build dirDaniel Stenberg2005-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8024 a1c6a512-1295-4272-9138-f99709370657
* Correct bootloader type for h300Linus Nielsen Feltzing2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7913 a1c6a512-1295-4272-9138-f99709370657
* Force -mlong-calls for iPod builds. This issue still needs investigating as ↵Dave Chapman2005-11-13
| | | | | | we do not want long-calls everywhere. The -ffunction-sections is also required to force gcc use long calls. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7841 a1c6a512-1295-4272-9138-f99709370657
* Initial check-in of work-in-progress iPod bootloader. Current targets are ↵Dave Chapman2005-11-08
| | | | | | iPod Color/Photo and iPod Nano. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7784 a1c6a512-1295-4272-9138-f99709370657
* Initial check-in of AAC codec. Currently only recognises the .mp4 extension ↵Dave Chapman2005-10-31
| | | | | | and is not yet capable of realtime operation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7706 a1c6a512-1295-4272-9138-f99709370657
* Remove generic M4A parsing code from libalac and create a libm4a - so it can ↵Dave Chapman2005-10-29
| | | | | | be used by other codecs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7682 a1c6a512-1295-4272-9138-f99709370657
* Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing2005-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7666 a1c6a512-1295-4272-9138-f99709370657