index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use `GNU_ARCH' in most places where `MACHINE_ARCH' was used. Building for
obrien
1999-04-22
3
-13
/
+27
*
For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to be
imp
1999-04-22
2
-2
/
+12
*
Have config/i386/freebsd.h directly include att.h. I have no idea why stock
obrien
1999-04-22
1
-4
/
+1
*
TARGET was being defined wrong, causing ld to always fail. It is the
imp
1999-04-21
1
-5
/
+5
*
This duplicates gnu/usr.bin/cc/c++filt.
obrien
1999-04-18
3
-20
/
+2
*
Hookup libg2c. (define NO_FORTRAN if you don't want it built)
obrien
1999-04-18
1
-1
/
+5
*
libg2c -- EGCS's version of libf2c (plus enhancements).
obrien
1999-04-18
3
-0
/
+460
*
Add FORTRAN support.
obrien
1999-04-18
1
-3
/
+3
*
Move HAVE_CONFIG_H define to global cc/ Makefile so all can share the benifits.
obrien
1999-04-18
2
-3
/
+3
*
*** empty log message ***
obrien
1999-04-18
1
-2
/
+2
*
Use inherited BINDIR defintion.
obrien
1999-04-18
3
-6
/
+3
*
Include the parent Makefile.inc so we get a proper BINDIR definition.
obrien
1999-04-18
1
-1
/
+3
*
Hookup the new FORTRAN compiler. Define `NO_FORTRAN' to not compile it.
obrien
1999-04-18
1
-1
/
+6
*
Add the EGCS g77 FORTRAN compiler.
obrien
1999-04-18
1
-0
/
+46
*
Minimum change to convert from home-grown f77 to EGCS's g77.
obrien
1999-04-18
1
-3
/
+15
*
Make room for g77.
obrien
1999-04-18
2
-645
/
+0
*
Foo. jdp changed .so to .So during the time I did the EGCS work and I
obrien
1999-04-15
1
-3
/
+3
*
Create a libgcc with POSIX threads support.
obrien
1999-04-14
2
-2
/
+11
*
As the INFO stuff un doc/ works, we may as well build/install it.
markm
1999-04-13
1
-2
/
+2
*
Cleaned up egcs changes (mainly to minimise diffs with the gcc version
bde
1999-04-11
1
-22
/
+25
*
Fixed unusable dependencies in `.depend'. The following comment in the
bde
1999-04-11
1
-2
/
+4
*
Look in the new place for GCC bits.
obrien
1999-04-10
1
-2
/
+2
*
Fixed world breakage. Fixed (?) building with -jN (N > 1).
bde
1999-04-09
1
-21
/
+18
*
Another fix for -jN building -- the last fix didn't fix it for everybody.
obrien
1999-04-08
1
-8
/
+2
*
Clean up some stuff that's no longer used.
peter
1999-04-08
1
-16
/
+1
*
Clean up the multilib stuff so that it actually works..
peter
1999-04-08
1
-4
/
+3
*
Remove some of the dependencies. This removes the cycles I was getting on
obrien
1999-04-08
1
-2
/
+4
*
Due to other explicit dependancies, don't treat tree-check.h as a SRCS.
obrien
1999-04-08
1
-3
/
+3
*
Fix a circular dependancy.
obrien
1999-04-08
1
-5
/
+3
*
Missed a "\" in a continuation line.
obrien
1999-04-08
1
-2
/
+2
*
alpha/freebsd-elf.h has been merged with alpha/freebsd.h
obrien
1999-04-08
1
-3
/
+1
*
Don't require gcc/config/${MACHINE_ARCH}/xm-freebsd.h when we already know
obrien
1999-04-08
1
-2
/
+3
*
alpha/freebsd-elf.h is being folded into alpha/freebsd.h
obrien
1999-04-08
1
-3
/
+1
*
Get stdargs right on the Alpha.
obrien
1999-04-08
1
-0
/
+5
*
Cometic cleanup.
obrien
1999-04-08
1
-15
/
+15
*
Don't generate _G_config.h, use fixed version.
obrien
1999-04-07
2
-11
/
+109
*
Use Haifa scheduler on the Alpha.
obrien
1999-04-06
1
-2
/
+7
*
* Fix indentation style bug.
obrien
1999-04-06
1
-4
/
+4
*
Zap the genclass makefile too, it's gone. (It was part of g++ - a hack to
peter
1999-04-06
1
-53
/
+0
*
Crap! I grabbed the wrong Makefile from the test machine.
obrien
1999-04-05
1
-11
/
+5
*
Fix type mismatch..
peter
1999-04-05
1
-2
/
+2
*
Fix .for loop continuation lines style bugs.
obrien
1999-04-05
1
-7
/
+7
*
Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.
obrien
1999-04-05
1
-2
/
+2
*
Add iostream Info docs.
obrien
1999-04-05
2
-0
/
+21
*
Correct contents for the EGCS compiler documentation.
obrien
1999-04-05
1
-9
/
+11
*
osfcn.h (part of libg++) is going away, so don't try to include it.
obrien
1999-04-05
1
-2
/
+1
*
_G_config.h is now dynamically created.
obrien
1999-04-05
1
-85
/
+0
*
Conditionalize one more i386'ism.
obrien
1999-04-04
2
-2
/
+6
*
Attempt to creating the right ``tm.h'' file for the Alpha.
obrien
1999-04-04
1
-1
/
+5
*
Attempt at creating the right ``tm.h'' file for the Alpha.
obrien
1999-04-04
1
-1
/
+5
[prev]
[next]